#91407D

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

Shades of Dark Purple #91407D

Tints of Dark Purple #91407D

Color information

#91407D (or 0x91407D) is unknown color: approx Dark Purple. HEX triplet: 91, 40 and 7D. RGB value is (145,64,125). Sum of RGB (Red+Green+Blue) = 145+64+125=334 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.41% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 145 - color contains mainly: red. Hex color #91407D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91407D is #6EBF82. Grayscale: #5F5F5F. Windows color (decimal): -7257987 or 8208529. OLE color: 8208529.

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

Color convert

RGB14564125-
CMYK00.560.140.43
HSL314.81º38.76%40.98%-
HSV(B)314.81º55.86%56.86%-
XYZ17.2111.1720.65-
YUV95.17144.84163.54-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.41%
GREEN value IS 64 (25.39% from 255) = 19.16%
BLUE value IS 125 (49.22% from 255) = 37.43%
R=43.41%
G=19.16%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1456412500.560.140.43314.8138.7640.98
Hex91407D038E2B13b2729
Octal22110017507016534734751
Binary100100011000000111110101110001110101011100111011100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91407D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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