#912B84

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

Shades of Dark Purple #912B84

Tints of Dark Purple #912B84

Color information

#912B84 (or 0x912B84) is unknown color: approx Dark Purple. HEX triplet: 91, 2B and 84. RGB value is (145,43,132). Sum of RGB (Red+Green+Blue) = 145+43+132=320 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.31% from 320); Green value is 43 (17.19% from 255 or 13.44% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 145 - color contains mainly: red. Hex color #912B84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912B84 is #6ED47B. Grayscale: #535353. Windows color (decimal): -7263356 or 8661905. OLE color: 8661905.

HSL color Cylindrical-coordinate representation of color #912B84: hue angle of 307.65º degrees, saturation: 0.54, 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 #912B84 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB14543132-
CMYK00.700.090.43
HSL307.65º54.26%36.86%-
HSV(B)307.65º70.34%56.86%-
XYZ16.719.4122.77-
YUV83.64155.29171.76-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.31%
GREEN value IS 43 (17.19% from 255) = 13.44%
BLUE value IS 132 (51.95% from 255) = 41.25%
R=45.31%
G=13.44%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454313200.700.090.43307.6554.2636.86
Hex912B8404692B1343625
Octal22153204010611534646645
Binary1001000110101110000100010001101001101011100110100110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,43,132); }

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

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

 a { background-color: rgb(145,43,132); }

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

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

 span { border-color: rgb(145,43,132); }

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