#9D37AC

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

Shades of Dark Orchid #9D37AC

Tints of Dark Orchid #9D37AC

Color information

#9D37AC (or 0x9D37AC) is unknown color: approx Dark Orchid. HEX triplet: 9D, 37 and AC. RGB value is (157,55,172). Sum of RGB (Red+Green+Blue) = 157+55+172=384 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.89% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D37AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D37AC is #62C853. Grayscale: #626262. Windows color (decimal): -6473812 or 11286429. OLE color: 11286429.

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

Color convert

RGB15755172-
CMYK0.090.6800.33
HSL292.31º51.54%44.51%-
HSV(B)292.31º68.02%67.45%-
XYZ22.7212.8840.32-
YUV98.84169.29169.49-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.89%
GREEN value IS 55 (21.88% from 255) = 14.32%
BLUE value IS 172 (67.58% from 255) = 44.79%
R=40.89%
G=14.32%
B=44.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal157551720.090.6800.33292.3151.5444.51
Hex9D37AC944021124342d
Octal23567254111040414446455
Binary1001110111011110101100100110001000100001100100100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D37AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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