#91266C

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

Shades of Dark Purple #91266C

Tints of Dark Purple #91266C

Color information

#91266C (or 0x91266C) is unknown color: approx Dark Purple. HEX triplet: 91, 26 and 6C. RGB value is (145,38,108). Sum of RGB (Red+Green+Blue) = 145+38+108=291 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.83% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 145 - color contains mainly: red. Hex color #91266C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91266C is #6ED993. Grayscale: #4D4D4D. Windows color (decimal): -7264660 or 7087761. OLE color: 7087761.

HSL color Cylindrical-coordinate representation of color #91266C: hue angle of 320.75º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #91266C is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB14538108-
CMYK00.740.260.43
HSL320.75º58.47%35.88%-
HSV(B)320.75º73.79%56.86%-
XYZ15.088.4915.03-
YUV77.97144.95175.81-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 49.83%
GREEN value IS 38 (15.23% from 255) = 13.06%
BLUE value IS 108 (42.58% from 255) = 37.11%
R=49.83%
G=13.06%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453810800.740.260.43320.7558.4735.88
Hex91266C04A1A2B1413a24
Octal22146154011232535017244
Binary1001000110011011011000100101011010101011101000001111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91266C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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