#9D23AA

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

Shades of Dark Orchid #9D23AA

Tints of Dark Orchid #9D23AA

Color information

#9D23AA (or 0x9D23AA) is unknown color: approx Dark Orchid. HEX triplet: 9D, 23 and AA. RGB value is (157,35,170). Sum of RGB (Red+Green+Blue) = 157+35+170=362 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.37% from 362); Green value is 35 (14.06% from 255 or 9.67% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D23AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D23AA is #62DC55. Grayscale: #565656. Windows color (decimal): -6478934 or 11150237. OLE color: 11150237.

HSL color Cylindrical-coordinate representation of color #9D23AA: hue angle of 294.22º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9D23AA is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15735170-
CMYK0.080.7900.33
HSL294.22º65.85%40.2%-
HSV(B)294.22º79.41%66.67%-
XYZ21.7611.2739.06-
YUV86.87174.92178.02-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.37%
GREEN value IS 35 (14.06% from 255) = 9.67%
BLUE value IS 170 (66.80% from 255) = 46.96%
R=43.37%
G=9.67%
B=46.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal157351700.080.7900.33294.2265.8540.2
Hex9D23AA84F0211264228
Octal235432521011704144610250
Binary10011101100011101010101000100111101000011001001101000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D23AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,35,170); }

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

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

 a { background-color: rgb(157,35,170); }

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

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

 span { border-color: rgb(157,35,170); }

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