#91367B

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

Shades of Dark Purple #91367B

Tints of Dark Purple #91367B

Color information

#91367B (or 0x91367B) is unknown color: approx Dark Purple. HEX triplet: 91, 36 and 7B. RGB value is (145,54,123). Sum of RGB (Red+Green+Blue) = 145+54+123=322 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.03% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 145 - color contains mainly: red. Hex color #91367B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91367B is #6EC984. Grayscale: #585858. Windows color (decimal): -7260549 or 8074897. OLE color: 8074897.

HSL color Cylindrical-coordinate representation of color #91367B: hue angle of 314.51º 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 #91367B is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB14554123-
CMYK00.630.150.43
HSL314.51º45.73%39.02%-
HSV(B)314.51º62.76%56.86%-
XYZ16.5710.0919.81-
YUV89.08147.15167.89-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.03%
GREEN value IS 54 (21.48% from 255) = 16.77%
BLUE value IS 123 (48.44% from 255) = 38.20%
R=45.03%
G=16.77%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455412300.630.150.43314.5145.7339.02
Hex91367B03FF2B13b2e27
Octal2216617307717534735647
Binary10010001110110111101101111111111101011100111011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91367B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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