#991F75

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

Shades of Dark Purple #991F75

Tints of Dark Purple #991F75

Color information

#991F75 (or 0x991F75) is unknown color: approx Dark Purple. HEX triplet: 99, 1F and 75. RGB value is (153,31,117). Sum of RGB (Red+Green+Blue) = 153+31+117=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #991F75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991F75 is #66E08A. Grayscale: #4D4D4D. Windows color (decimal): -6742155 or 7675801. OLE color: 7675801.

HSL color Cylindrical-coordinate representation of color #991F75: hue angle of 317.7º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #991F75 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB15331117-
CMYK00.800.240.4
HSL317.7º66.3%36.08%-
HSV(B)317.7º79.74%60%-
XYZ16.849.0417.69-
YUV77.28150.42182.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.83%
GREEN value IS 31 (12.5% from 255) = 10.30%
BLUE value IS 117 (46.09% from 255) = 38.87%
R=50.83%
G=10.30%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533111700.800.240.4317.766.336.08
Hex991F75050182813e4224
Octal231371650120305047610244
Binary1001100111111111010101010000110001010001001111101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991F75; }

 p { color: rgb(153,31,117); }

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

<style>
 a { background-color: #991F75; }

 a { background-color: rgb(153,31,117); }

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

<style>
 span { border-color: #991F75; }

 span { border-color: rgb(153,31,117); }

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