#9D44D8

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

Shades of Dark Orchid #9D44D8

Tints of Dark Orchid #9D44D8

Color information

#9D44D8 (or 0x9D44D8) is unknown color: approx Dark Orchid. HEX triplet: 9D, 44 and D8. RGB value is (157,68,216). Sum of RGB (Red+Green+Blue) = 157+68+216=441 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.60% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 216 (84.77% from 255 or 48.98% from 441); Max value from RGB is 216 - color contains mainly: blue. Hex color #9D44D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D44D8 is #62BB27. Grayscale: #6E6E6E. Windows color (decimal): -6470440 or 14173341. OLE color: 14173341.

HSL color Cylindrical-coordinate representation of color #9D44D8: hue angle of 276.08º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D44D8 is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15768216-
CMYK0.270.6900.15
HSL276.08º65.49%55.69%-
HSV(B)276.08º68.52%84.71%-
XYZ28.3716.2666.61-
YUV111.48186.99160.47-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.60%
GREEN value IS 68 (26.95% from 255) = 15.42%
BLUE value IS 216 (84.77% from 255) = 48.98%
R=35.60%
G=15.42%
B=48.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal157682160.270.6900.15276.0865.4955.69
Hex9D44D81B450F1144138
Octal2351043303310501742410170
Binary10011101100010011011000110111000101011111000101001000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D44D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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