#9D36AB

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

Shades of Dark Orchid #9D36AB

Tints of Dark Orchid #9D36AB

Color information

#9D36AB (or 0x9D36AB) is unknown color: approx Dark Orchid. HEX triplet: 9D, 36 and AB. RGB value is (157,54,171). Sum of RGB (Red+Green+Blue) = 157+54+171=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 54 (21.48% from 255 or 14.14% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D36AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D36AB is #62C954. Grayscale: #616161. Windows color (decimal): -6474069 or 11220637. OLE color: 11220637.

HSL color Cylindrical-coordinate representation of color #9D36AB: hue angle of 292.82º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D36AB is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15754171-
CMYK0.080.6800.33
HSL292.82º52%44.12%-
HSV(B)292.82º68.42%67.06%-
XYZ22.5712.7539.8-
YUV98.14169.12169.99-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.10%
GREEN value IS 54 (21.48% from 255) = 14.14%
BLUE value IS 171 (67.19% from 255) = 44.76%
R=41.10%
G=14.14%
B=44.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal157541710.080.6800.33292.825244.12
Hex9D36AB844021125342c
Octal23566253101040414456454
Binary1001110111011010101011100010001000100001100100101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D36AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D36AB; }

 p { color: rgb(157,54,171); }

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

<style>
 a { background-color: #9D36AB; }

 a { background-color: rgb(157,54,171); }

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

<style>
 span { border-color: #9D36AB; }

 span { border-color: rgb(157,54,171); }

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