#962FC1

Color #962FC1 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #962FC1

Tints of Dark Orchid #962FC1

Color information

#962FC1 (or 0x962FC1) is unknown color: approx Dark Orchid. HEX triplet: 96, 2F and C1. RGB value is (150,47,193). Sum of RGB (Red+Green+Blue) = 150+47+193=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 47 (18.75% from 255 or 12.05% from 390); Blue value is 193 (75.78% from 255 or 49.49% from 390); Max value from RGB is 193 - color contains mainly: blue. Hex color #962FC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962FC1 is #69D03E. Grayscale: #5D5D5D. Windows color (decimal): -6934591 or 12660630. OLE color: 12660630.

HSL color Cylindrical-coordinate representation of color #962FC1: hue angle of 282.33º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #962FC1 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15047193-
CMYK0.220.7600.24
HSL282.33º60.83%47.06%-
HSV(B)282.33º75.65%75.69%-
XYZ23.2212.3751.62-
YUV94.44183.62167.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 38.46%
GREEN value IS 47 (18.75% from 255) = 12.05%
BLUE value IS 193 (75.78% from 255) = 49.49%
R=38.46%
G=12.05%
B=49.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal150471930.220.7600.24282.3360.8347.06
Hex962FC1164C01811a3d2f
Octal22657301261140304327557
Binary1001011010111111000001101101001100011000100011010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962FC1; }

 p { color: rgb(150,47,193); }

 H1.HeaderClassName
 {
   color: #962FC1;
 }
 .AnyTagClassName
 {
   color: #962FC1;
 }
</style>
background-color css

<style>
 a { background-color: #962FC1; }

 a { background-color: rgb(150,47,193); }

 div.DivClassName
 {
   background-color: #962FC1;
 }
 .BgClassName
 {
   background-color: #962FC1;
 }
</style>
border-color css

<style>
 span { border-color: #962FC1; }

 span { border-color: rgb(150,47,193); }

 td.TdClassName
 {
   border-color: #962FC1;
 }
 .TagClassName
 {
   border-color: #962FC1;
 }
</style>