#99317F

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

Shades of Dark Purple #99317F

Tints of Dark Purple #99317F

Color information

#99317F (or 0x99317F) is unknown color: approx Dark Purple. HEX triplet: 99, 31 and 7F. RGB value is (153,49,127). Sum of RGB (Red+Green+Blue) = 153+49+127=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #99317F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99317F is #66CE80. Grayscale: #585858. Windows color (decimal): -6737537 or 8335769. OLE color: 8335769.

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

Color convert

RGB15349127-
CMYK00.680.170.4
HSL315º51.49%39.61%-
HSV(B)315º67.97%60%-
XYZ18.0710.521.15-
YUV88.99149.46173.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.50%
GREEN value IS 49 (19.53% from 255) = 14.89%
BLUE value IS 127 (50% from 255) = 38.60%
R=46.50%
G=14.89%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1534912700.680.170.431551.4939.61
Hex99317F044112813b3328
Octal23161177010421504736350
Binary1001100111000111111110100010010001101000100111011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99317F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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