#9d2894

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

Shades of Dark Purple #9D2894

Tints of Dark Purple #9D2894

Color information

#9D2894 (or 0x9D2894) is unknown color: approx Dark Purple. HEX triplet: 9D, 28 and 94. RGB value is (157,40,148). Sum of RGB (Red+Green+Blue) = 157+40+148=345 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.51% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2894 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2894 is #62D76B. Grayscale: #565656. Windows color (decimal): -6477676 or 9709725. OLE color: 9709725.

HSL color Cylindrical-coordinate representation of color #9D2894: hue angle of 304.62º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9D2894 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB15740148-
CMYK00.750.060.38
HSL304.62º59.39%38.63%-
HSV(B)304.62º74.52%61.57%-
XYZ20.0110.8229.05-
YUV87.3162.26177.72-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.51%
GREEN value IS 40 (16.02% from 255) = 11.59%
BLUE value IS 148 (58.20% from 255) = 42.90%
R=45.51%
G=11.59%
B=42.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1574014800.750.060.38304.6259.3938.63
Hex9D289404B6261313b27
Octal2355022401136464617347
Binary100111011010001001010001001011110100110100110001111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d2894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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