#99198C

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

Shades of Dark Purple #99198C

Tints of Dark Purple #99198C

Color information

#99198C (or 0x99198C) is unknown color: approx Dark Purple. HEX triplet: 99, 19 and 8C. RGB value is (153,25,140). Sum of RGB (Red+Green+Blue) = 153+25+140=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #99198C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99198C is #66E673. Grayscale: #4C4C4C. Windows color (decimal): -6743668 or 9181593. OLE color: 9181593.

HSL color Cylindrical-coordinate representation of color #99198C: hue angle of 306.09º 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 #99198C is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB15325140-
CMYK00.840.080.4
HSL306.09º71.91%34.9%-
HSV(B)306.09º83.66%60%-
XYZ18.229.3625.66-
YUV76.38163.91182.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.11%
GREEN value IS 25 (10.16% from 255) = 7.86%
BLUE value IS 140 (55.08% from 255) = 44.03%
R=48.11%
G=7.86%
B=44.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532514000.840.080.4306.0971.9134.9
Hex99198C0548281324823
Octal231312140124105046211043
Binary1001100111001100011000101010010001010001001100101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99198C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99198C; }

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

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

<style>
 a { background-color: #99198C; }

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

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

<style>
 span { border-color: #99198C; }

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

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