#910B77

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

Shades of Dark Purple #910B77

Tints of Dark Purple #910B77

Color information

#910B77 (or 0x910B77) is unknown color: approx Dark Purple. HEX triplet: 91, 0B and 77. RGB value is (145,11,119). Sum of RGB (Red+Green+Blue) = 145+11+119=275 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.73% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 145 - color contains mainly: red. Hex color #910B77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910B77 is #6EF488. Grayscale: #3F3F3F. Windows color (decimal): -7271561 or 7801745. OLE color: 7801745.

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

Color convert

RGB14511119-
CMYK00.920.180.43
HSL311.64º85.9%30.59%-
HSV(B)311.64º92.41%56.86%-
XYZ15.137.5918.12-
YUV63.38159.39186.22-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.73%
GREEN value IS 11 (4.69% from 255) = 4%
BLUE value IS 119 (46.88% from 255) = 43.27%
R=52.73%
G=4%
B=43.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451111900.920.180.43311.6485.930.59
Hex91B7705C122B138561f
Octal221131670134225347012637
Binary10010001101111101110101110010010101011100111000101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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