#962BC6

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

Shades of Dark Orchid #962BC6

Tints of Dark Orchid #962BC6

Color information

#962BC6 (or 0x962BC6) is unknown color: approx Dark Orchid. HEX triplet: 96, 2B and C6. RGB value is (150,43,198). Sum of RGB (Red+Green+Blue) = 150+43+198=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 43 (17.19% from 255 or 11.00% from 391); Blue value is 198 (77.73% from 255 or 50.64% from 391); Max value from RGB is 198 - color contains mainly: blue. Hex color #962BC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962BC6 is #69D439. Grayscale: #5C5C5C. Windows color (decimal): -6935610 or 12987286. OLE color: 12987286.

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

Color convert

RGB15043198-
CMYK0.240.7800.22
HSL281.42º64.32%47.25%-
HSV(B)281.42º78.28%77.65%-
XYZ23.6312.2954.55-
YUV92.66187.45168.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.36%
GREEN value IS 43 (17.19% from 255) = 11.00%
BLUE value IS 198 (77.73% from 255) = 50.64%
R=38.36%
G=11.00%
B=50.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal150431980.240.7800.22281.4264.3247.25
Hex962BC6184E016119402f
Octal226533063011602643110057
Binary10010110101011110001101100010011100101101000110011000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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