#91407E

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

Shades of Dark Purple #91407E

Tints of Dark Purple #91407E

Color information

#91407E (or 0x91407E) is unknown color: approx Dark Purple. HEX triplet: 91, 40 and 7E. RGB value is (145,64,126). Sum of RGB (Red+Green+Blue) = 145+64+126=335 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.28% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 145 - color contains mainly: red. Hex color #91407E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91407E is #6EBF81. Grayscale: #5F5F5F. Windows color (decimal): -7257986 or 8274065. OLE color: 8274065.

HSL color Cylindrical-coordinate representation of color #91407E: hue angle of 314.07º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #91407E is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB14564126-
CMYK00.560.130.43
HSL314.07º38.76%40.98%-
HSV(B)314.07º55.86%56.86%-
XYZ17.2811.1920.99-
YUV95.29145.34163.46-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.28%
GREEN value IS 64 (25.39% from 255) = 19.10%
BLUE value IS 126 (49.61% from 255) = 37.61%
R=43.28%
G=19.10%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1456412600.560.130.43314.0738.7640.98
Hex91407E038D2B13a2729
Octal22110017607015534724751
Binary100100011000000111111001110001101101011100111010100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91407E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91407E; }

 p { color: rgb(145,64,126); }

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

<style>
 a { background-color: #91407E; }

 a { background-color: rgb(145,64,126); }

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

<style>
 span { border-color: #91407E; }

 span { border-color: rgb(145,64,126); }

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