#914177

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

Shades of Dark Purple #914177

Tints of Dark Purple #914177

Color information

#914177 (or 0x914177) is unknown color: approx Dark Purple. HEX triplet: 91, 41 and 77. RGB value is (145,65,119). Sum of RGB (Red+Green+Blue) = 145+65+119=329 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.07% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 145 - color contains mainly: red. Hex color #914177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914177 is #6EBE88. Grayscale: #5E5E5E. Windows color (decimal): -7257737 or 7815569. OLE color: 7815569.

HSL color Cylindrical-coordinate representation of color #914177: hue angle of 319.5º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #914177 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB14565119-
CMYK00.550.180.43
HSL319.5º38.1%41.18%-
HSV(B)319.5º55.17%56.86%-
XYZ16.911.1318.71-
YUV95.08141.5163.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.07%
GREEN value IS 65 (25.78% from 255) = 19.76%
BLUE value IS 119 (46.88% from 255) = 36.17%
R=44.07%
G=19.76%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1456511900.550.180.43319.538.141.18
Hex914177037122B1402629
Octal22110116706722535004651
Binary1001000110000011110111011011110010101011101000000100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914177; }

 p { color: rgb(145,65,119); }

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

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

 a { background-color: rgb(145,65,119); }

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

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

 span { border-color: rgb(145,65,119); }

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