#962AAD

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

Shades of Dark Orchid #962AAD

Tints of Dark Orchid #962AAD

Color information

#962AAD (or 0x962AAD) is unknown color: approx Dark Orchid. HEX triplet: 96, 2A and AD. RGB value is (150,42,173). Sum of RGB (Red+Green+Blue) = 150+42+173=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 42 (16.80% from 255 or 11.51% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #962AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962AAD is #69D552. Grayscale: #585858. Windows color (decimal): -6935891 or 11348630. OLE color: 11348630.

HSL color Cylindrical-coordinate representation of color #962AAD: hue angle of 289.47º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #962AAD is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15042173-
CMYK0.130.7600.32
HSL289.47º60.93%42.16%-
HSV(B)289.47º75.72%67.84%-
XYZ20.9511.1640.58-
YUV89.23175.28171.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.10%
GREEN value IS 42 (16.80% from 255) = 11.51%
BLUE value IS 173 (67.97% from 255) = 47.40%
R=41.10%
G=11.51%
B=47.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal150421730.130.7600.32289.4760.9342.16
Hex962AADD4C0201213d2a
Octal22652255151140404417552
Binary1001011010101010101101110110011000100000100100001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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