#910E7A

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

Shades of Dark Purple #910E7A

Tints of Dark Purple #910E7A

Color information

#910E7A (or 0x910E7A) is unknown color: approx Dark Purple. HEX triplet: 91, 0E and 7A. RGB value is (145,14,122). Sum of RGB (Red+Green+Blue) = 145+14+122=281 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.60% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 145 - color contains mainly: red. Hex color #910E7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910E7A is #6EF185. Grayscale: #414141. Windows color (decimal): -7270790 or 7999121. OLE color: 7999121.

HSL color Cylindrical-coordinate representation of color #910E7A: hue angle of 310.53º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910E7A is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB14514122-
CMYK00.900.160.43
HSL310.53º82.39%31.18%-
HSV(B)310.53º90.34%56.86%-
XYZ15.357.7419.1-
YUV65.48159.9184.72-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.60%
GREEN value IS 14 (5.86% from 255) = 4.98%
BLUE value IS 122 (48.05% from 255) = 43.42%
R=51.60%
G=4.98%
B=43.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451412200.900.160.43310.5382.3931.18
Hex91E7A05A102B137521f
Octal221161720132205346712237
Binary10010001111011110100101101010000101011100110111101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,14,122); }

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

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

 a { background-color: rgb(145,14,122); }

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

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

 span { border-color: rgb(145,14,122); }

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