#912C80

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

Shades of Dark Purple #912C80

Tints of Dark Purple #912C80

Color information

#912C80 (or 0x912C80) is unknown color: approx Dark Purple. HEX triplet: 91, 2C and 80. RGB value is (145,44,128). Sum of RGB (Red+Green+Blue) = 145+44+128=317 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.74% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 145 - color contains mainly: red. Hex color #912C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912C80 is #6ED37F. Grayscale: #535353. Windows color (decimal): -7263104 or 8400017. OLE color: 8400017.

HSL color Cylindrical-coordinate representation of color #912C80: hue angle of 310.1º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #912C80 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB14544128-
CMYK00.700.120.43
HSL310.1º53.44%37.06%-
HSV(B)310.1º69.66%56.86%-
XYZ16.479.3821.36-
YUV83.78152.96171.67-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.74%
GREEN value IS 44 (17.58% from 255) = 13.88%
BLUE value IS 128 (50.39% from 255) = 40.38%
R=45.74%
G=13.88%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454412800.700.120.43310.153.4437.06
Hex912C80046C2B1363525
Octal22154200010614534666545
Binary1001000110110010000000010001101100101011100110110110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912C80; }

 p { color: rgb(145,44,128); }

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

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

 a { background-color: rgb(145,44,128); }

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

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

 span { border-color: rgb(145,44,128); }

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