#912B7A

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

Shades of Dark Purple #912B7A

Tints of Dark Purple #912B7A

Color information

#912B7A (or 0x912B7A) is unknown color: approx Dark Purple. HEX triplet: 91, 2B and 7A. RGB value is (145,43,122). Sum of RGB (Red+Green+Blue) = 145+43+122=310 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.77% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 145 - color contains mainly: red. Hex color #912B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912B7A is #6ED485. Grayscale: #525252. Windows color (decimal): -7263366 or 8006545. OLE color: 8006545.

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

Color convert

RGB14543122-
CMYK00.700.160.43
HSL313.53º54.26%36.86%-
HSV(B)313.53º70.34%56.86%-
XYZ16.059.1519.33-
YUV82.5150.29172.58-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.77%
GREEN value IS 43 (17.19% from 255) = 13.87%
BLUE value IS 122 (48.05% from 255) = 39.35%
R=46.77%
G=13.87%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454312200.700.160.43313.5354.2636.86
Hex912B7A046102B13a3625
Octal22153172010620534726645
Binary1001000110101111110100100011010000101011100111010110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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