#9D36AC

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

Shades of Dark Orchid #9D36AC

Tints of Dark Orchid #9D36AC

Color information

#9D36AC (or 0x9D36AC) is unknown color: approx Dark Orchid. HEX triplet: 9D, 36 and AC. RGB value is (157,54,172). Sum of RGB (Red+Green+Blue) = 157+54+172=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D36AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D36AC is #62C953. Grayscale: #616161. Windows color (decimal): -6474068 or 11286173. OLE color: 11286173.

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

Color convert

RGB15754172-
CMYK0.090.6900.33
HSL292.37º52.21%44.31%-
HSV(B)292.37º68.6%67.45%-
XYZ22.6712.7840.3-
YUV98.25169.62169.91-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.99%
GREEN value IS 54 (21.48% from 255) = 14.10%
BLUE value IS 172 (67.58% from 255) = 44.91%
R=40.99%
G=14.10%
B=44.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal157541720.090.6900.33292.3752.2144.31
Hex9D36AC945021124342c
Octal23566254111050414446454
Binary1001110111011010101100100110001010100001100100100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D36AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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