#912B8B

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

Shades of Dark Purple #912B8B

Tints of Dark Purple #912B8B

Color information

#912B8B (or 0x912B8B) is unknown color: approx Dark Purple. HEX triplet: 91, 2B and 8B. RGB value is (145,43,139). Sum of RGB (Red+Green+Blue) = 145+43+139=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 145 - color contains mainly: red. Hex color #912B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912B8B is #6ED474. Grayscale: #545454. Windows color (decimal): -7263349 or 9120657. OLE color: 9120657.

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

Color convert

RGB14543139-
CMYK00.700.040.43
HSL303.53º54.26%36.86%-
HSV(B)303.53º70.34%56.86%-
XYZ17.29.6125.37-
YUV84.44158.79171.19-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.34%
GREEN value IS 43 (17.19% from 255) = 13.15%
BLUE value IS 139 (54.69% from 255) = 42.51%
R=44.34%
G=13.15%
B=42.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454313900.700.040.43303.5354.2636.86
Hex912B8B04642B1303625
Octal2215321301064534606645
Binary100100011010111000101101000110100101011100110000110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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