#910D7F

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

Shades of Dark Purple #910D7F

Tints of Dark Purple #910D7F

Color information

#910D7F (or 0x910D7F) is unknown color: approx Dark Purple. HEX triplet: 91, 0D and 7F. RGB value is (145,13,127). Sum of RGB (Red+Green+Blue) = 145+13+127=285 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.88% from 285); Green value is 13 (5.47% from 255 or 4.56% from 285); Blue value is 127 (50% from 255 or 44.56% from 285); Max value from RGB is 145 - color contains mainly: red. Hex color #910D7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910D7F is #6EF280. Grayscale: #414141. Windows color (decimal): -7271041 or 8326545. OLE color: 8326545.

HSL color Cylindrical-coordinate representation of color #910D7F: hue angle of 308.18º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #910D7F is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB14513127-
CMYK00.910.120.43
HSL308.18º83.54%30.98%-
HSV(B)308.18º91.03%56.86%-
XYZ15.657.8420.77-
YUV65.46162.73184.73-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 50.88%
GREEN value IS 13 (5.47% from 255) = 4.56%
BLUE value IS 127 (50% from 255) = 44.56%
R=50.88%
G=4.56%
B=44.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451312700.910.120.43308.1883.5430.98
Hex91D7F05BC2B134541f
Octal221151770133145346412437
Binary1001000111011111111010110111100101011100110100101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910D7F; }

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

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

<style>
 a { background-color: #910D7F; }

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

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

<style>
 span { border-color: #910D7F; }

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

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