#914081

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

Shades of Dark Purple #914081

Tints of Dark Purple #914081

Color information

#914081 (or 0x914081) is unknown color: approx Dark Purple. HEX triplet: 91, 40 and 81. RGB value is (145,64,129). Sum of RGB (Red+Green+Blue) = 145+64+129=338 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.90% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 145 - color contains mainly: red. Hex color #914081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #914081 is #6EBF7E. Grayscale: #5F5F5F. Windows color (decimal): -7257983 or 8470673. OLE color: 8470673.

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

Color convert

RGB14564129-
CMYK00.560.110.43
HSL311.85º38.76%40.98%-
HSV(B)311.85º55.86%56.86%-
XYZ17.4711.2722.02-
YUV95.63146.84163.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.90%
GREEN value IS 64 (25.39% from 255) = 18.93%
BLUE value IS 129 (50.78% from 255) = 38.17%
R=42.90%
G=18.93%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1456412900.560.110.43311.8538.7640.98
Hex914081038B2B1382729
Octal22110020107013534704751
Binary1001000110000001000000101110001011101011100111000100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914081; }

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

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

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

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

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

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

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

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