#91318A

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

Shades of Dark Purple #91318A

Tints of Dark Purple #91318A

Color information

#91318A (or 0x91318A) is unknown color: approx Dark Purple. HEX triplet: 91, 31 and 8A. RGB value is (145,49,138). Sum of RGB (Red+Green+Blue) = 145+49+138=332 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.67% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 145 - color contains mainly: red. Hex color #91318A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #91318A is #6ECE75. Grayscale: #575757. Windows color (decimal): -7261814 or 9056657. OLE color: 9056657.

HSL color Cylindrical-coordinate representation of color #91318A: hue angle of 304.38º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #91318A is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB14549138-
CMYK00.660.050.43
HSL304.38º49.48%38.04%-
HSV(B)304.38º66.21%56.86%-
XYZ17.3610.0525.07-
YUV87.85156.3168.76-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.67%
GREEN value IS 49 (19.53% from 255) = 14.76%
BLUE value IS 138 (54.30% from 255) = 41.57%
R=43.67%
G=14.76%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454913800.660.050.43304.3849.4838.04
Hex91318A04252B1303126
Octal2216121201025534606146
Binary100100011100011000101001000010101101011100110000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91318A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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