#91257D

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

Shades of Dark Purple #91257D

Tints of Dark Purple #91257D

Color information

#91257D (or 0x91257D) is unknown color: approx Dark Purple. HEX triplet: 91, 25 and 7D. RGB value is (145,37,125). Sum of RGB (Red+Green+Blue) = 145+37+125=307 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.23% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 145 - color contains mainly: red. Hex color #91257D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91257D is #6EDA82. Grayscale: #4F4F4F. Windows color (decimal): -7264899 or 8201617. OLE color: 8201617.

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

Color convert

RGB14537125-
CMYK00.740.140.43
HSL311.11º59.34%35.69%-
HSV(B)311.11º74.48%56.86%-
XYZ16.048.8220.26-
YUV79.32153.78174.84-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.23%
GREEN value IS 37 (14.84% from 255) = 12.05%
BLUE value IS 125 (49.22% from 255) = 40.72%
R=47.23%
G=12.05%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453712500.740.140.43311.1159.3435.69
Hex91257D04AE2B1373b24
Octal22145175011216534677344
Binary100100011001011111101010010101110101011100110111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91257D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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