#99117F

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

Shades of Dark Purple #99117F

Tints of Dark Purple #99117F

Color information

#99117F (or 0x99117F) is unknown color: approx Dark Purple. HEX triplet: 99, 11 and 7F. RGB value is (153,17,127). Sum of RGB (Red+Green+Blue) = 153+17+127=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #99117F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99117F is #66EE80. Grayscale: #454545. Windows color (decimal): -6745729 or 8327577. OLE color: 8327577.

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

Color convert

RGB15317127-
CMYK00.890.170.4
HSL311.47º80%33.33%-
HSV(B)311.47º88.89%60%-
XYZ17.178.7120.85-
YUV70.2160.06187.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.52%
GREEN value IS 17 (7.03% from 255) = 5.72%
BLUE value IS 127 (50% from 255) = 42.76%
R=51.52%
G=5.72%
B=42.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531712700.890.170.4311.478033.33
Hex99117F05911281375021
Octal231211770131215046712041
Binary1001100110001111111101011001100011010001001101111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99117F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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