#91308A

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

Shades of Dark Purple #91308A

Tints of Dark Purple #91308A

Color information

#91308A (or 0x91308A) is unknown color: approx Dark Purple. HEX triplet: 91, 30 and 8A. RGB value is (145,48,138). Sum of RGB (Red+Green+Blue) = 145+48+138=331 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.81% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 145 - color contains mainly: red. Hex color #91308A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #91308A is #6ECF75. Grayscale: #575757. Windows color (decimal): -7262070 or 9056401. OLE color: 9056401.

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

Color convert

RGB14548138-
CMYK00.670.050.43
HSL304.33º50.26%37.84%-
HSV(B)304.33º66.9%56.86%-
XYZ17.329.9725.06-
YUV87.26156.64169.18-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.81%
GREEN value IS 48 (19.14% from 255) = 14.50%
BLUE value IS 138 (54.30% from 255) = 41.69%
R=43.81%
G=14.50%
B=41.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454813800.670.050.43304.3350.2637.84
Hex91308A04352B1303226
Octal2216021201035534606246
Binary100100011100001000101001000011101101011100110000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91308A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91308A; }

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

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

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

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

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

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

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

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