#9D37AD

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

Shades of Dark Orchid #9D37AD

Tints of Dark Orchid #9D37AD

Color information

#9D37AD (or 0x9D37AD) is unknown color: approx Dark Orchid. HEX triplet: 9D, 37 and AD. RGB value is (157,55,173). Sum of RGB (Red+Green+Blue) = 157+55+173=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 55 (21.88% from 255 or 14.29% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #9D37AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D37AD is #62C852. Grayscale: #626262. Windows color (decimal): -6473811 or 11351965. OLE color: 11351965.

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

Color convert

RGB15755173-
CMYK0.090.6800.32
HSL291.86º51.75%44.71%-
HSV(B)291.86º68.21%67.84%-
XYZ22.8112.9240.83-
YUV98.95169.79169.41-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.78%
GREEN value IS 55 (21.88% from 255) = 14.29%
BLUE value IS 173 (67.97% from 255) = 44.94%
R=40.78%
G=14.29%
B=44.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal157551730.090.6800.32291.8651.7544.71
Hex9D37AD944020124342d
Octal23567255111040404446455
Binary1001110111011110101101100110001000100000100100100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D37AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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