#99177F

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

Shades of Dark Purple #99177F

Tints of Dark Purple #99177F

Color information

#99177F (or 0x99177F) is unknown color: approx Dark Purple. HEX triplet: 99, 17 and 7F. RGB value is (153,23,127). Sum of RGB (Red+Green+Blue) = 153+23+127=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #99177F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99177F is #66E880. Grayscale: #494949. Windows color (decimal): -6744193 or 8329113. OLE color: 8329113.

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

Color convert

RGB15323127-
CMYK00.850.170.4
HSL312º73.86%34.51%-
HSV(B)312º84.97%60%-
XYZ17.278.9220.89-
YUV73.73158.07184.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.50%
GREEN value IS 23 (9.38% from 255) = 7.59%
BLUE value IS 127 (50% from 255) = 41.91%
R=50.50%
G=7.59%
B=41.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532312700.850.170.431273.8634.51
Hex99177F05511281384a23
Octal231271770125215047011243
Binary1001100110111111111101010101100011010001001110001001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99177F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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