#91306C

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

Shades of Dark Purple #91306C

Tints of Dark Purple #91306C

Color information

#91306C (or 0x91306C) is unknown color: approx Dark Purple. HEX triplet: 91, 30 and 6C. RGB value is (145,48,108). Sum of RGB (Red+Green+Blue) = 145+48+108=301 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.17% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 145 - color contains mainly: red. Hex color #91306C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91306C is #6ECF93. Grayscale: #535353. Windows color (decimal): -7262100 or 7090321. OLE color: 7090321.

HSL color Cylindrical-coordinate representation of color #91306C: hue angle of 322.89º 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 #91306C is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB14548108-
CMYK00.670.260.43
HSL322.89º50.26%37.84%-
HSV(B)322.89º66.9%56.86%-
XYZ15.449.2215.15-
YUV83.84141.64171.62-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.17%
GREEN value IS 48 (19.14% from 255) = 15.95%
BLUE value IS 108 (42.58% from 255) = 35.88%
R=48.17%
G=15.95%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454810800.670.260.43322.8950.2637.84
Hex91306C0431A2B1433226
Octal22160154010332535036246
Binary1001000111000011011000100001111010101011101000011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91306C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91306C; }

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

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

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

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

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

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

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

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