#9D44D2

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

Shades of Dark Orchid #9D44D2

Tints of Dark Orchid #9D44D2

Color information

#9D44D2 (or 0x9D44D2) is unknown color: approx Dark Orchid. HEX triplet: 9D, 44 and D2. RGB value is (157,68,210). Sum of RGB (Red+Green+Blue) = 157+68+210=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 68 (26.95% from 255 or 15.63% from 435); Blue value is 210 (82.42% from 255 or 48.28% from 435); Max value from RGB is 210 - color contains mainly: blue. Hex color #9D44D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D44D2 is #62BB2D. Grayscale: #6E6E6E. Windows color (decimal): -6470446 or 13780125. OLE color: 13780125.

HSL color Cylindrical-coordinate representation of color #9D44D2: hue angle of 277.61º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D44D2 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15768210-
CMYK0.250.6800.18
HSL277.61º61.21%54.51%-
HSV(B)277.61º67.62%82.35%-
XYZ27.615.9662.6-
YUV110.8183.99160.95-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.09%
GREEN value IS 68 (26.95% from 255) = 15.63%
BLUE value IS 210 (82.42% from 255) = 48.28%
R=36.09%
G=15.63%
B=48.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal157682100.250.6800.18277.6161.2154.51
Hex9D44D219440121163d37
Octal235104322311040224267567
Binary10011101100010011010010110011000100010010100010110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D44D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,68,210); }

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

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

 a { background-color: rgb(157,68,210); }

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

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

 span { border-color: rgb(157,68,210); }

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