#91427E

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

Shades of Dark Purple #91427E

Tints of Dark Purple #91427E

Color information

#91427E (or 0x91427E) is unknown color: approx Dark Purple. HEX triplet: 91, 42 and 7E. RGB value is (145,66,126). Sum of RGB (Red+Green+Blue) = 145+66+126=337 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.03% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 145 - color contains mainly: red. Hex color #91427E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91427E is #6EBD81. Grayscale: #606060. Windows color (decimal): -7257474 or 8274577. OLE color: 8274577.

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

Color convert

RGB14566126-
CMYK00.540.130.43
HSL314.43º37.44%41.37%-
HSV(B)314.43º54.48%56.86%-
XYZ17.3911.4221.03-
YUV96.46144.67162.62-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.03%
GREEN value IS 66 (26.17% from 255) = 19.58%
BLUE value IS 126 (49.61% from 255) = 37.39%
R=43.03%
G=19.58%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1456612600.540.130.43314.4337.4441.37
Hex91427E036D2B13a2529
Octal22110217606615534724551
Binary100100011000010111111001101101101101011100111010100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91427E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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