#99188B

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

Shades of Dark Purple #99188B

Tints of Dark Purple #99188B

Color information

#99188B (or 0x99188B) is unknown color: approx Dark Purple. HEX triplet: 99, 18 and 8B. RGB value is (153,24,139). Sum of RGB (Red+Green+Blue) = 153+24+139=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #99188B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99188B is #66E774. Grayscale: #4B4B4B. Windows color (decimal): -6743925 or 9115801. OLE color: 9115801.

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

Color convert

RGB15324139-
CMYK00.840.090.4
HSL306.51º72.88%34.71%-
HSV(B)306.51º84.31%60%-
XYZ18.129.2925.26-
YUV75.68163.74183.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.42%
GREEN value IS 24 (9.77% from 255) = 7.59%
BLUE value IS 139 (54.69% from 255) = 43.99%
R=48.42%
G=7.59%
B=43.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532413900.840.090.4306.5172.8834.71
Hex99188B0549281334923
Octal231302130124115046311143
Binary1001100111000100010110101010010011010001001100111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99188B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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