#99187F

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

Shades of Dark Purple #99187F

Tints of Dark Purple #99187F

Color information

#99187F (or 0x99187F) is unknown color: approx Dark Purple. HEX triplet: 99, 18 and 7F. RGB value is (153,24,127). Sum of RGB (Red+Green+Blue) = 153+24+127=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #99187F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99187F is #66E780. Grayscale: #4A4A4A. Windows color (decimal): -6743937 or 8329369. OLE color: 8329369.

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

Color convert

RGB15324127-
CMYK00.840.170.4
HSL312.09º72.88%34.71%-
HSV(B)312.09º84.31%60%-
XYZ17.298.9620.9-
YUV74.31157.74184.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.33%
GREEN value IS 24 (9.77% from 255) = 7.89%
BLUE value IS 127 (50% from 255) = 41.78%
R=50.33%
G=7.89%
B=41.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532412700.840.170.4312.0972.8834.71
Hex99187F05411281384923
Octal231301770124215047011143
Binary1001100111000111111101010100100011010001001110001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99187F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99187F; }

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

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

<style>
 a { background-color: #99187F; }

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

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

<style>
 span { border-color: #99187F; }

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

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