#911b7f

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

Shades of Dark Purple #911B7F

Tints of Dark Purple #911B7F

Color information

#911B7F (or 0x911B7F) is unknown color: approx Dark Purple. HEX triplet: 91, 1B and 7F. RGB value is (145,27,127). Sum of RGB (Red+Green+Blue) = 145+27+127=299 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.49% from 299); Green value is 27 (10.94% from 255 or 9.03% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 145 - color contains mainly: red. Hex color #911B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #911B7F is #6EE480. Grayscale: #494949. Windows color (decimal): -7267457 or 8330129. OLE color: 8330129.

HSL color Cylindrical-coordinate representation of color #911B7F: hue angle of 309.15º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #911B7F is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB14527127-
CMYK00.810.120.43
HSL309.15º68.6%33.73%-
HSV(B)309.15º81.38%56.86%-
XYZ15.98.3420.85-
YUV73.68158.09178.87-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.49%
GREEN value IS 27 (10.94% from 255) = 9.03%
BLUE value IS 127 (50% from 255) = 42.47%
R=48.49%
G=9.03%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1452712700.810.120.43309.1568.633.73
Hex911B7F051C2B1354522
Octal221331770121145346510542
Binary100100011101111111110101000111001010111001101011000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911b7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911b7f; }

 p { color: rgb(145,27,127); }

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

<style>
 a { background-color: #911b7f; }

 a { background-color: rgb(145,27,127); }

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

<style>
 span { border-color: #911b7f; }

 span { border-color: rgb(145,27,127); }

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