#9D38AD

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

Shades of Dark Orchid #9D38AD

Tints of Dark Orchid #9D38AD

Color information

#9D38AD (or 0x9D38AD) is unknown color: approx Dark Orchid. HEX triplet: 9D, 38 and AD. RGB value is (157,56,173). Sum of RGB (Red+Green+Blue) = 157+56+173=386 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.67% from 386); Green value is 56 (22.27% from 255 or 14.51% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #9D38AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D38AD is #62C752. Grayscale: #636363. Windows color (decimal): -6473555 or 11352221. OLE color: 11352221.

HSL color Cylindrical-coordinate representation of color #9D38AD: hue angle of 291.79º degrees, saturation: 0.51, 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 #9D38AD is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15756173-
CMYK0.090.6800.32
HSL291.79º51.09%44.9%-
HSV(B)291.79º67.63%67.84%-
XYZ22.8613.0140.84-
YUV99.54169.46168.99-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.67%
GREEN value IS 56 (22.27% from 255) = 14.51%
BLUE value IS 173 (67.97% from 255) = 44.82%
R=40.67%
G=14.51%
B=44.82%

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
Decimal157561730.090.6800.32291.7951.0944.9
Hex9D38AD944020124332d
Octal23570255111040404446355
Binary1001110111100010101101100110001000100000100100100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D38AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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