#914080

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

Shades of Dark Purple #914080

Tints of Dark Purple #914080

Color information

#914080 (or 0x914080) is unknown color: approx Dark Purple. HEX triplet: 91, 40 and 80. RGB value is (145,64,128). Sum of RGB (Red+Green+Blue) = 145+64+128=337 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.03% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 145 - color contains mainly: red. Hex color #914080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #914080 is #6EBF7F. Grayscale: #5F5F5F. Windows color (decimal): -7257984 or 8405137. OLE color: 8405137.

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

Color convert

RGB14564128-
CMYK00.560.120.43
HSL312.59º38.76%40.98%-
HSV(B)312.59º55.86%56.86%-
XYZ17.4111.2521.68-
YUV95.52146.34163.3-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.03%
GREEN value IS 64 (25.39% from 255) = 18.99%
BLUE value IS 128 (50.39% from 255) = 37.98%
R=43.03%
G=18.99%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1456412800.560.120.43312.5938.7640.98
Hex914080038C2B1392729
Octal22110020007014534714751
Binary1001000110000001000000001110001100101011100111001100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914080; }

 p { color: rgb(145,64,128); }

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

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

 a { background-color: rgb(145,64,128); }

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

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

 span { border-color: rgb(145,64,128); }

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