#91417C

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

Shades of Dark Purple #91417C

Tints of Dark Purple #91417C

Color information

#91417C (or 0x91417C) is unknown color: approx Dark Purple. HEX triplet: 91, 41 and 7C. RGB value is (145,65,124). Sum of RGB (Red+Green+Blue) = 145+65+124=334 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.41% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 145 - color contains mainly: red. Hex color #91417C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91417C is #6EBE83. Grayscale: #5F5F5F. Windows color (decimal): -7257732 or 8143249. OLE color: 8143249.

HSL color Cylindrical-coordinate representation of color #91417C: hue angle of 315.75º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #91417C is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB14565124-
CMYK00.550.140.43
HSL315.75º38.1%41.18%-
HSV(B)315.75º55.17%56.86%-
XYZ17.2111.2620.33-
YUV95.65144163.2-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.41%
GREEN value IS 65 (25.78% from 255) = 19.46%
BLUE value IS 124 (48.83% from 255) = 37.13%
R=43.41%
G=19.46%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1456512400.550.140.43315.7538.141.18
Hex91417C037E2B13c2629
Octal22110117406716534744651
Binary100100011000001111110001101111110101011100111100100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91417C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91417C; }

 p { color: rgb(145,65,124); }

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

<style>
 a { background-color: #91417C; }

 a { background-color: rgb(145,65,124); }

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

<style>
 span { border-color: #91417C; }

 span { border-color: rgb(145,65,124); }

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