#910A7B

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

Shades of Dark Purple #910A7B

Tints of Dark Purple #910A7B

Color information

#910A7B (or 0x910A7B) is unknown color: approx Dark Purple. HEX triplet: 91, 0A and 7B. RGB value is (145,10,123). Sum of RGB (Red+Green+Blue) = 145+10+123=278 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.16% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 145 - color contains mainly: red. Hex color #910A7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910A7B is #6EF584. Grayscale: #3E3E3E. Windows color (decimal): -7271813 or 8063633. OLE color: 8063633.

HSL color Cylindrical-coordinate representation of color #910A7B: hue angle of 309.78º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #910A7B is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB14510123-
CMYK00.930.150.43
HSL309.78º87.1%30.39%-
HSV(B)309.78º93.1%56.86%-
XYZ15.367.6719.41-
YUV63.25161.73186.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.16%
GREEN value IS 10 (4.30% from 255) = 3.60%
BLUE value IS 123 (48.44% from 255) = 44.24%
R=52.16%
G=3.60%
B=44.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451012300.930.150.43309.7887.130.39
Hex91A7B05DF2B136571e
Octal221121730135175346612736
Binary1001000110101111011010111011111101011100110110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,10,123); }

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

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

 a { background-color: rgb(145,10,123); }

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

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

 span { border-color: rgb(145,10,123); }

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