#991874

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

Shades of Dark Purple #991874

Tints of Dark Purple #991874

Color information

#991874 (or 0x991874) is unknown color: approx Dark Purple. HEX triplet: 99, 18 and 74. RGB value is (153,24,116). Sum of RGB (Red+Green+Blue) = 153+24+116=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 116 (45.70% from 255 or 39.59% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #991874 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991874 is #66E78B. Grayscale: #484848. Windows color (decimal): -6743948 or 7608473. OLE color: 7608473.

HSL color Cylindrical-coordinate representation of color #991874: hue angle of 317.21º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #991874 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB15324116-
CMYK00.840.240.4
HSL317.21º72.88%34.71%-
HSV(B)317.21º84.31%60%-
XYZ16.628.6917.32-
YUV73.06152.24185.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.22%
GREEN value IS 24 (9.77% from 255) = 8.19%
BLUE value IS 116 (45.70% from 255) = 39.59%
R=52.22%
G=8.19%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532411600.840.240.4317.2172.8834.71
Hex991874054182813d4923
Octal231301640124305047511143
Binary1001100111000111010001010100110001010001001111011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991874; }

 p { color: rgb(153,24,116); }

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

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

 a { background-color: rgb(153,24,116); }

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

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

 span { border-color: rgb(153,24,116); }

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