#962ac0

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

Shades of Dark Orchid #962AC0

Tints of Dark Orchid #962AC0

Color information

#962AC0 (or 0x962AC0) is unknown color: approx Dark Orchid. HEX triplet: 96, 2A and C0. RGB value is (150,42,192). Sum of RGB (Red+Green+Blue) = 150+42+192=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 42 (16.80% from 255 or 10.94% from 384); Blue value is 192 (75.39% from 255 or 50% from 384); Max value from RGB is 192 - color contains mainly: blue. Hex color #962AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962AC0 is #69D53F. Grayscale: #5A5A5A. Windows color (decimal): -6935872 or 12593814. OLE color: 12593814.

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

Color convert

RGB15042192-
CMYK0.220.7800.25
HSL283.2º64.1%45.88%-
HSV(B)283.2º78.12%75.29%-
XYZ22.9211.9550.97-
YUV91.39184.78169.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.06%
GREEN value IS 42 (16.80% from 255) = 10.94%
BLUE value IS 192 (75.39% from 255) = 50%
R=39.06%
G=10.94%
B=50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150421920.220.7800.25283.264.145.88
Hex962AC0164E01911b402e
Octal226523002611603143310056
Binary10010110101010110000001011010011100110011000110111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962ac0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,42,192); }

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

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

 a { background-color: rgb(150,42,192); }

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

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

 span { border-color: rgb(150,42,192); }

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