#9D28AE

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

Shades of Dark Orchid #9D28AE

Tints of Dark Orchid #9D28AE

Color information

#9D28AE (or 0x9D28AE) is unknown color: approx Dark Orchid. HEX triplet: 9D, 28 and AE. RGB value is (157,40,174). Sum of RGB (Red+Green+Blue) = 157+40+174=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #9D28AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D28AE is #62D751. Grayscale: #595959. Windows color (decimal): -6477650 or 11413661. OLE color: 11413661.

HSL color Cylindrical-coordinate representation of color #9D28AE: hue angle of 292.39º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9D28AE is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15740174-
CMYK0.100.7700.32
HSL292.39º62.62%41.96%-
HSV(B)292.39º77.01%68.24%-
XYZ22.311.7441.14-
YUV90.26175.26175.6-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.32%
GREEN value IS 40 (16.02% from 255) = 10.78%
BLUE value IS 174 (68.36% from 255) = 46.90%
R=42.32%
G=10.78%
B=46.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal157401740.100.7700.32292.3962.6241.96
Hex9D28AEA4D0201243f2a
Octal23550256121150404447752
Binary1001110110100010101110101010011010100000100100100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D28AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,40,174); }

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

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

 a { background-color: rgb(157,40,174); }

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

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

 span { border-color: rgb(157,40,174); }

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