#911975

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

Shades of Dark Purple #911975

Tints of Dark Purple #911975

Color information

#911975 (or 0x911975) is unknown color: approx Dark Purple. HEX triplet: 91, 19 and 75. RGB value is (145,25,117). Sum of RGB (Red+Green+Blue) = 145+25+117=287 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.52% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 145 - color contains mainly: red. Hex color #911975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911975 is #6EE68A. Grayscale: #474747. Windows color (decimal): -7267979 or 7674257. OLE color: 7674257.

HSL color Cylindrical-coordinate representation of color #911975: hue angle of 314º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #911975 is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB14525117-
CMYK00.830.190.43
HSL314º70.59%33.33%-
HSV(B)314º82.76%56.86%-
XYZ15.24817.57-
YUV71.37153.76180.52-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 50.52%
GREEN value IS 25 (10.16% from 255) = 8.71%
BLUE value IS 117 (46.09% from 255) = 40.77%
R=50.52%
G=8.71%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1452511700.830.190.4331470.5933.33
Hex911975053132B13a4721
Octal221311650123235347210741
Binary1001000111001111010101010011100111010111001110101000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911975; }

 p { color: rgb(145,25,117); }

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

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

 a { background-color: rgb(145,25,117); }

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

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

 span { border-color: rgb(145,25,117); }

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