#91367D

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

Shades of Dark Purple #91367D

Tints of Dark Purple #91367D

Color information

#91367D (or 0x91367D) is unknown color: approx Dark Purple. HEX triplet: 91, 36 and 7D. RGB value is (145,54,125). Sum of RGB (Red+Green+Blue) = 145+54+125=324 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.75% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 145 - color contains mainly: red. Hex color #91367D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91367D is #6EC982. Grayscale: #595959. Windows color (decimal): -7260547 or 8205969. OLE color: 8205969.

HSL color Cylindrical-coordinate representation of color #91367D: hue angle of 313.19º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #91367D is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB14554125-
CMYK00.630.140.43
HSL313.19º45.73%39.02%-
HSV(B)313.19º62.76%56.86%-
XYZ16.710.1420.48-
YUV89.3148.15167.73-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.75%
GREEN value IS 54 (21.48% from 255) = 16.67%
BLUE value IS 125 (49.22% from 255) = 38.58%
R=44.75%
G=16.67%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455412500.630.140.43313.1945.7339.02
Hex91367D03FE2B1392e27
Octal2216617507716534715647
Binary10010001110110111110101111111110101011100111001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91367D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91367D; }

 p { color: rgb(145,54,125); }

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

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

 a { background-color: rgb(145,54,125); }

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

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

 span { border-color: rgb(145,54,125); }

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