#91357F

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

Shades of Dark Purple #91357F

Tints of Dark Purple #91357F

Color information

#91357F (or 0x91357F) is unknown color: approx Dark Purple. HEX triplet: 91, 35 and 7F. RGB value is (145,53,127). Sum of RGB (Red+Green+Blue) = 145+53+127=325 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.62% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 145 - color contains mainly: red. Hex color #91357F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91357F is #6ECA80. Grayscale: #585858. Windows color (decimal): -7260801 or 8336785. OLE color: 8336785.

HSL color Cylindrical-coordinate representation of color #91357F: hue angle of 311.74º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #91357F is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB14553127-
CMYK00.630.120.43
HSL311.74º46.46%38.82%-
HSV(B)311.74º63.45%56.86%-
XYZ16.7810.121.14-
YUV88.94149.48167.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.62%
GREEN value IS 53 (21.09% from 255) = 16.31%
BLUE value IS 127 (50% from 255) = 39.08%
R=44.62%
G=16.31%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455312700.630.120.43311.7446.4638.82
Hex91357F03FC2B1382e27
Octal2216517707714534705647
Binary10010001110101111111101111111100101011100111000101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91357F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91357F; }

 p { color: rgb(145,53,127); }

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

<style>
 a { background-color: #91357F; }

 a { background-color: rgb(145,53,127); }

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

<style>
 span { border-color: #91357F; }

 span { border-color: rgb(145,53,127); }

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