#91257E

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

Shades of Dark Purple #91257E

Tints of Dark Purple #91257E

Color information

#91257E (or 0x91257E) is unknown color: approx Dark Purple. HEX triplet: 91, 25 and 7E. RGB value is (145,37,126). Sum of RGB (Red+Green+Blue) = 145+37+126=308 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.08% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 145 - color contains mainly: red. Hex color #91257E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91257E is #6EDA81. Grayscale: #4F4F4F. Windows color (decimal): -7264898 or 8267153. OLE color: 8267153.

HSL color Cylindrical-coordinate representation of color #91257E: hue angle of 310.56º degrees, saturation: 0.59, 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 #91257E is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB14537126-
CMYK00.740.130.43
HSL310.56º59.34%35.69%-
HSV(B)310.56º74.48%56.86%-
XYZ16.18.8520.6-
YUV79.44154.28174.76-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.08%
GREEN value IS 37 (14.84% from 255) = 12.01%
BLUE value IS 126 (49.61% from 255) = 40.91%
R=47.08%
G=12.01%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453712600.740.130.43310.5659.3435.69
Hex91257E04AD2B1373b24
Octal22145176011215534677344
Binary100100011001011111110010010101101101011100110111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91257E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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