#962ABE

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

Shades of Dark Orchid #962ABE

Tints of Dark Orchid #962ABE

Color information

#962ABE (or 0x962ABE) is unknown color: approx Dark Orchid. HEX triplet: 96, 2A and BE. RGB value is (150,42,190). Sum of RGB (Red+Green+Blue) = 150+42+190=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 42 (16.80% from 255 or 10.99% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #962ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962ABE is #69D541. Grayscale: #5A5A5A. Windows color (decimal): -6935874 or 12462742. OLE color: 12462742.

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

Color convert

RGB15042190-
CMYK0.210.7800.25
HSL283.78º63.79%45.49%-
HSV(B)283.78º77.89%74.51%-
XYZ22.711.8649.81-
YUV91.16183.78169.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.27%
GREEN value IS 42 (16.80% from 255) = 10.99%
BLUE value IS 190 (74.61% from 255) = 49.74%
R=39.27%
G=10.99%
B=49.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150421900.210.7800.25283.7863.7945.49
Hex962ABE154E01911c402d
Octal226522762511603143410055
Binary10010110101010101111101010110011100110011000111001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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