#9D2A92

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

Shades of Dark Purple #9D2A92

Tints of Dark Purple #9D2A92

Color information

#9D2A92 (or 0x9D2A92) is unknown color: approx Dark Purple. HEX triplet: 9D, 2A and 92. RGB value is (157,42,146). Sum of RGB (Red+Green+Blue) = 157+42+146=345 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.51% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2A92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2A92 is #62D56D. Grayscale: #575757. Windows color (decimal): -6477166 or 9579165. OLE color: 9579165.

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

Color convert

RGB15742146-
CMYK00.730.070.38
HSL305.74º57.79%39.02%-
HSV(B)305.74º73.25%61.57%-
XYZ19.9210.928.25-
YUV88.24160.6177.04-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.51%
GREEN value IS 42 (16.80% from 255) = 12.17%
BLUE value IS 146 (57.42% from 255) = 42.32%
R=45.51%
G=12.17%
B=42.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1574214600.730.070.38305.7457.7939.02
Hex9D2A920497261323a27
Octal2355222201117464627247
Binary100111011010101001001001001001111100110100110010111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,42,146); }

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

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

 a { background-color: rgb(157,42,146); }

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

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

 span { border-color: rgb(157,42,146); }

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