#9D33AD

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

Shades of Dark Orchid #9D33AD

Tints of Dark Orchid #9D33AD

Color information

#9D33AD (or 0x9D33AD) is unknown color: approx Dark Orchid. HEX triplet: 9D, 33 and AD. RGB value is (157,51,173). Sum of RGB (Red+Green+Blue) = 157+51+173=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #9D33AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D33AD is #62CC52. Grayscale: #606060. Windows color (decimal): -6474835 or 11350941. OLE color: 11350941.

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

Color convert

RGB15751173-
CMYK0.090.7100.32
HSL292.13º54.46%43.92%-
HSV(B)292.13º70.52%67.84%-
XYZ22.6312.5540.77-
YUV96.6171.12171.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.21%
GREEN value IS 51 (20.31% from 255) = 13.39%
BLUE value IS 173 (67.97% from 255) = 45.41%
R=41.21%
G=13.39%
B=45.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal157511730.090.7100.32292.1354.4643.92
Hex9D33AD947020124362c
Octal23563255111070404446654
Binary1001110111001110101101100110001110100000100100100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D33AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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