#99147F

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

Shades of Dark Purple #99147F

Tints of Dark Purple #99147F

Color information

#99147F (or 0x99147F) is unknown color: approx Dark Purple. HEX triplet: 99, 14 and 7F. RGB value is (153,20,127). Sum of RGB (Red+Green+Blue) = 153+20+127=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 127 (50% from 255 or 42.33% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #99147F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99147F is #66EB80. Grayscale: #474747. Windows color (decimal): -6744961 or 8328345. OLE color: 8328345.

HSL color Cylindrical-coordinate representation of color #99147F: hue angle of 311.73º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #99147F is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB15320127-
CMYK00.870.170.4
HSL311.73º76.88%33.92%-
HSV(B)311.73º86.93%60%-
XYZ17.228.820.87-
YUV71.96159.06185.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51%
GREEN value IS 20 (8.20% from 255) = 6.67%
BLUE value IS 127 (50% from 255) = 42.33%
R=51%
G=6.67%
B=42.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532012700.870.170.4311.7376.8833.92
Hex99147F05711281384d22
Octal231241770127215047011542
Binary1001100110100111111101010111100011010001001110001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99147F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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