#962FAE

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

Shades of Dark Orchid #962FAE

Tints of Dark Orchid #962FAE

Color information

#962FAE (or 0x962FAE) is unknown color: approx Dark Orchid. HEX triplet: 96, 2F and AE. RGB value is (150,47,174). Sum of RGB (Red+Green+Blue) = 150+47+174=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 47 (18.75% from 255 or 12.67% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #962FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962FAE is #69D051. Grayscale: #5B5B5B. Windows color (decimal): -6934610 or 11415446. OLE color: 11415446.

HSL color Cylindrical-coordinate representation of color #962FAE: hue angle of 288.66º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #962FAE is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15047174-
CMYK0.140.7300.32
HSL288.66º57.47%43.33%-
HSV(B)288.66º72.99%68.24%-
XYZ21.2311.5741.16-
YUV92.28174.12169.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.43%
GREEN value IS 47 (18.75% from 255) = 12.67%
BLUE value IS 174 (68.36% from 255) = 46.90%
R=40.43%
G=12.67%
B=46.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal150471740.140.7300.32288.6657.4743.33
Hex962FAEE49020121392b
Octal22657256161110404417153
Binary1001011010111110101110111010010010100000100100001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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