#912876

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

Shades of Dark Purple #912876

Tints of Dark Purple #912876

Color information

#912876 (or 0x912876) is unknown color: approx Dark Purple. HEX triplet: 91, 28 and 76. RGB value is (145,40,118). Sum of RGB (Red+Green+Blue) = 145+40+118=303 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.85% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 145 - color contains mainly: red. Hex color #912876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912876 is #6ED789. Grayscale: #505050. Windows color (decimal): -7264138 or 7743633. OLE color: 7743633.

HSL color Cylindrical-coordinate representation of color #912876: hue angle of 315.43º 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 #912876 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB14540118-
CMYK00.720.190.43
HSL315.43º56.76%36.27%-
HSV(B)315.43º72.41%56.86%-
XYZ15.718.8518.02-
YUV80.29149.29174.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.85%
GREEN value IS 40 (16.02% from 255) = 13.20%
BLUE value IS 118 (46.48% from 255) = 38.94%
R=47.85%
G=13.20%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454011800.720.190.43315.4356.7636.27
Hex912876048132B13b3924
Octal22150166011023534737144
Binary1001000110100011101100100100010011101011100111011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912876; }

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

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

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

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

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

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

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

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