#99157E

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

Shades of Dark Purple #99157E

Tints of Dark Purple #99157E

Color information

#99157E (or 0x99157E) is unknown color: approx Dark Purple. HEX triplet: 99, 15 and 7E. RGB value is (153,21,126). Sum of RGB (Red+Green+Blue) = 153+21+126=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 126 (49.61% from 255 or 42% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #99157E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99157E is #66EA81. Grayscale: #484848. Windows color (decimal): -6744706 or 8263065. OLE color: 8263065.

HSL color Cylindrical-coordinate representation of color #99157E: hue angle of 312.27º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #99157E is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB15321126-
CMYK00.860.180.4
HSL312.27º75.86%34.12%-
HSV(B)312.27º86.27%60%-
XYZ17.178.8120.54-
YUV72.44158.23185.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51%
GREEN value IS 21 (8.59% from 255) = 7%
BLUE value IS 126 (49.61% from 255) = 42%
R=51%
G=7%
B=42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532112600.860.180.4312.2775.8634.12
Hex99157E05612281384c22
Octal231251760126225047011442
Binary1001100110101111111001010110100101010001001110001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99157E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99157E; }

 p { color: rgb(153,21,126); }

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

<style>
 a { background-color: #99157E; }

 a { background-color: rgb(153,21,126); }

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

<style>
 span { border-color: #99157E; }

 span { border-color: rgb(153,21,126); }

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