#913083

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

Shades of Dark Purple #913083

Tints of Dark Purple #913083

Color information

#913083 (or 0x913083) is unknown color: approx Dark Purple. HEX triplet: 91, 30 and 83. RGB value is (145,48,131). Sum of RGB (Red+Green+Blue) = 145+48+131=324 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.75% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 145 - color contains mainly: red. Hex color #913083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913083 is #6ECF7C. Grayscale: #565656. Windows color (decimal): -7262077 or 8597649. OLE color: 8597649.

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

Color convert

RGB14548131-
CMYK00.670.100.43
HSL308.66º50.26%37.84%-
HSV(B)308.66º66.9%56.86%-
XYZ16.839.7722.47-
YUV86.46153.14169.75-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.75%
GREEN value IS 48 (19.14% from 255) = 14.81%
BLUE value IS 131 (51.56% from 255) = 40.43%
R=44.75%
G=14.81%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454813100.670.100.43308.6650.2637.84
Hex913083043A2B1353226
Octal22160203010312534656246
Binary1001000111000010000011010000111010101011100110101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913083; }

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

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

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

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

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

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

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

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