#99127C

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

Shades of Dark Purple #99127C

Tints of Dark Purple #99127C

Color information

#99127C (or 0x99127C) is unknown color: approx Dark Purple. HEX triplet: 99, 12 and 7C. RGB value is (153,18,124). Sum of RGB (Red+Green+Blue) = 153+18+124=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #99127C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99127C is #66ED83. Grayscale: #464646. Windows color (decimal): -6745476 or 8131225. OLE color: 8131225.

HSL color Cylindrical-coordinate representation of color #99127C: hue angle of 312.89º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #99127C is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB15318124-
CMYK00.880.190.4
HSL312.89º78.95%33.53%-
HSV(B)312.89º88.24%60%-
XYZ16.998.6619.84-
YUV70.45158.23186.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.86%
GREEN value IS 18 (7.42% from 255) = 6.10%
BLUE value IS 124 (48.83% from 255) = 42.03%
R=51.86%
G=6.10%
B=42.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.19
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531812400.880.190.4312.8978.9533.53
Hex99127C05813281394f22
Octal231221740130235047111742
Binary1001100110010111110001011000100111010001001110011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99127C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,18,124); }

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

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

 a { background-color: rgb(153,18,124); }

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

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

 span { border-color: rgb(153,18,124); }

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