#911968

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

Shades of Dark Purple #911968

Tints of Dark Purple #911968

Color information

#911968 (or 0x911968) is unknown color: approx Dark Purple. HEX triplet: 91, 19 and 68. RGB value is (145,25,104). Sum of RGB (Red+Green+Blue) = 145+25+104=274 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.92% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 145 - color contains mainly: red. Hex color #911968 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911968 is #6EE697. Grayscale: #454545. Windows color (decimal): -7267992 or 6822289. OLE color: 6822289.

HSL color Cylindrical-coordinate representation of color #911968: hue angle of 320.5º 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 #911968 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB14525104-
CMYK00.830.280.43
HSL320.5º70.59%33.33%-
HSV(B)320.5º82.76%56.86%-
XYZ14.527.7113.82-
YUV69.89147.26181.58-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.92%
GREEN value IS 25 (10.16% from 255) = 9.12%
BLUE value IS 104 (41.02% from 255) = 37.96%
R=52.92%
G=9.12%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1452510400.830.280.43320.570.5933.33
Hex9119680531C2B1404721
Octal221311500123345350010741
Binary1001000111001110100001010011111001010111010000001000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911968; }

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

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

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

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

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

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

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

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