#962FC6

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

Shades of Dark Orchid #962FC6

Tints of Dark Orchid #962FC6

Color information

#962FC6 (or 0x962FC6) is unknown color: approx Dark Orchid. HEX triplet: 96, 2F and C6. RGB value is (150,47,198). Sum of RGB (Red+Green+Blue) = 150+47+198=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 47 (18.75% from 255 or 11.90% from 395); Blue value is 198 (77.73% from 255 or 50.13% from 395); Max value from RGB is 198 - color contains mainly: blue. Hex color #962FC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962FC6 is #69D039. Grayscale: #5E5E5E. Windows color (decimal): -6934586 or 12988310. OLE color: 12988310.

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

Color convert

RGB15047198-
CMYK0.240.7600.22
HSL280.93º61.63%48.04%-
HSV(B)280.93º76.26%77.65%-
XYZ23.7912.5954.6-
YUV95.01186.12167.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.97%
GREEN value IS 47 (18.75% from 255) = 11.90%
BLUE value IS 198 (77.73% from 255) = 50.13%
R=37.97%
G=11.90%
B=50.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal150471980.240.7600.22280.9361.6348.04
Hex962FC6184C0161193e30
Octal22657306301140264317660
Binary1001011010111111000110110001001100010110100011001111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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