#910E78

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

Shades of Dark Purple #910E78

Tints of Dark Purple #910E78

Color information

#910E78 (or 0x910E78) is unknown color: approx Dark Purple. HEX triplet: 91, 0E and 78. RGB value is (145,14,120). Sum of RGB (Red+Green+Blue) = 145+14+120=279 (36% of max value = 765). Red value is 145 (57.03% from 255 or 51.97% from 279); Green value is 14 (5.86% from 255 or 5.02% from 279); Blue value is 120 (47.27% from 255 or 43.01% from 279); Max value from RGB is 145 - color contains mainly: red. Hex color #910E78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910E78 is #6EF187. Grayscale: #404040. Windows color (decimal): -7270792 or 7868049. OLE color: 7868049.

HSL color Cylindrical-coordinate representation of color #910E78: hue angle of 311.45º 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 #910E78 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB14514120-
CMYK00.900.170.43
HSL311.45º82.39%31.18%-
HSV(B)311.45º90.34%56.86%-
XYZ15.227.6918.45-
YUV65.25158.9184.88-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.97%
GREEN value IS 14 (5.86% from 255) = 5.02%
BLUE value IS 120 (47.27% from 255) = 43.01%
R=51.97%
G=5.02%
B=43.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451412000.900.170.43311.4582.3931.18
Hex91E7805A112B137521f
Octal221161700132215346712237
Binary10010001111011110000101101010001101011100110111101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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