#914083

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

Shades of Dark Purple #914083

Tints of Dark Purple #914083

Color information

#914083 (or 0x914083) is unknown color: approx Dark Purple. HEX triplet: 91, 40 and 83. RGB value is (145,64,131). Sum of RGB (Red+Green+Blue) = 145+64+131=340 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.65% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 145 - color contains mainly: red. Hex color #914083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #914083 is #6EBF7C. Grayscale: #5F5F5F. Windows color (decimal): -7257981 or 8601745. OLE color: 8601745.

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

Color convert

RGB14564131-
CMYK00.560.100.43
HSL310.37º38.76%40.98%-
HSV(B)310.37º55.86%56.86%-
XYZ17.6111.3322.73-
YUV95.86147.84163.05-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.65%
GREEN value IS 64 (25.39% from 255) = 18.82%
BLUE value IS 131 (51.56% from 255) = 38.53%
R=42.65%
G=18.82%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1456413100.560.100.43310.3738.7640.98
Hex914083038A2B1362729
Octal22110020307012534664751
Binary1001000110000001000001101110001010101011100110110100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914083; }

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

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

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

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

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

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

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

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