#99188D

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

Shades of Dark Purple #99188D

Tints of Dark Purple #99188D

Color information

#99188D (or 0x99188D) is unknown color: approx Dark Purple. HEX triplet: 99, 18 and 8D. RGB value is (153,24,141). Sum of RGB (Red+Green+Blue) = 153+24+141=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #99188D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99188D is #66E772. Grayscale: #4B4B4B. Windows color (decimal): -6743923 or 9246873. OLE color: 9246873.

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

Color convert

RGB15324141-
CMYK00.840.080.4
HSL305.58º72.88%34.71%-
HSV(B)305.58º84.31%60%-
XYZ18.279.3526.04-
YUV75.91164.74182.99-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.11%
GREEN value IS 24 (9.77% from 255) = 7.55%
BLUE value IS 141 (55.47% from 255) = 44.34%
R=48.11%
G=7.55%
B=44.34%

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
Decimal1532414100.840.080.4305.5872.8834.71
Hex99188D0548281324923
Octal231302150124105046211143
Binary1001100111000100011010101010010001010001001100101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99188D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99188D; }

 p { color: rgb(153,24,141); }

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

<style>
 a { background-color: #99188D; }

 a { background-color: rgb(153,24,141); }

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

<style>
 span { border-color: #99188D; }

 span { border-color: rgb(153,24,141); }

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