#910B78

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

Shades of Dark Purple #910B78

Tints of Dark Purple #910B78

Color information

#910B78 (or 0x910B78) is unknown color: approx Dark Purple. HEX triplet: 91, 0B and 78. RGB value is (145,11,120). Sum of RGB (Red+Green+Blue) = 145+11+120=276 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.54% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 145 - color contains mainly: red. Hex color #910B78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910B78 is #6EF487. Grayscale: #3F3F3F. Windows color (decimal): -7271560 or 7867281. OLE color: 7867281.

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

Color convert

RGB14511120-
CMYK00.920.170.43
HSL311.19º85.9%30.59%-
HSV(B)311.19º92.41%56.86%-
XYZ15.197.6218.44-
YUV63.49159.89186.14-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.54%
GREEN value IS 11 (4.69% from 255) = 3.99%
BLUE value IS 120 (47.27% from 255) = 43.48%
R=52.54%
G=3.99%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451112000.920.170.43311.1985.930.59
Hex91B7805C112B137561f
Octal221131700134215346712637
Binary10010001101111110000101110010001101011100110111101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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