#912871

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

Shades of Dark Purple #912871

Tints of Dark Purple #912871

Color information

#912871 (or 0x912871) is unknown color: approx Dark Purple. HEX triplet: 91, 28 and 71. RGB value is (145,40,113). Sum of RGB (Red+Green+Blue) = 145+40+113=298 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.66% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 145 - color contains mainly: red. Hex color #912871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912871 is #6ED78E. Grayscale: #4F4F4F. Windows color (decimal): -7264143 or 7415953. OLE color: 7415953.

HSL color Cylindrical-coordinate representation of color #912871: hue angle of 318.29º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #912871 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB14540113-
CMYK00.720.220.43
HSL318.29º56.76%36.27%-
HSV(B)318.29º72.41%56.86%-
XYZ15.428.7316.5-
YUV79.72146.79174.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.66%
GREEN value IS 40 (16.02% from 255) = 13.42%
BLUE value IS 113 (44.53% from 255) = 37.92%
R=48.66%
G=13.42%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454011300.720.220.43318.2956.7636.27
Hex912871048162B13e3924
Octal22150161011026534767144
Binary1001000110100011100010100100010110101011100111110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912871; }

 p { color: rgb(145,40,113); }

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

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

 a { background-color: rgb(145,40,113); }

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

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

 span { border-color: rgb(145,40,113); }

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