#99197E

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

Shades of Dark Purple #99197E

Tints of Dark Purple #99197E

Color information

#99197E (or 0x99197E) is unknown color: approx Dark Purple. HEX triplet: 99, 19 and 7E. RGB value is (153,25,126). Sum of RGB (Red+Green+Blue) = 153+25+126=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #99197E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99197E is #66E681. Grayscale: #4A4A4A. Windows color (decimal): -6743682 or 8264089. OLE color: 8264089.

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

Color convert

RGB15325126-
CMYK00.840.180.4
HSL312.66º71.91%34.9%-
HSV(B)312.66º83.66%60%-
XYZ17.258.9720.56-
YUV74.79156.91183.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.33%
GREEN value IS 25 (10.16% from 255) = 8.22%
BLUE value IS 126 (49.61% from 255) = 41.45%
R=50.33%
G=8.22%
B=41.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532512600.840.180.4312.6671.9134.9
Hex99197E05412281394823
Octal231311760124225047111043
Binary1001100111001111111001010100100101010001001110011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99197E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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