#912B7B

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

Shades of Dark Purple #912B7B

Tints of Dark Purple #912B7B

Color information

#912B7B (or 0x912B7B) is unknown color: approx Dark Purple. HEX triplet: 91, 2B and 7B. RGB value is (145,43,123). Sum of RGB (Red+Green+Blue) = 145+43+123=311 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.62% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 145 - color contains mainly: red. Hex color #912B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912B7B is #6ED484. Grayscale: #525252. Windows color (decimal): -7263365 or 8072081. OLE color: 8072081.

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

Color convert

RGB14543123-
CMYK00.700.150.43
HSL312.94º54.26%36.86%-
HSV(B)312.94º70.34%56.86%-
XYZ16.129.1819.66-
YUV82.62150.79172.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.62%
GREEN value IS 43 (17.19% from 255) = 13.83%
BLUE value IS 123 (48.44% from 255) = 39.55%
R=46.62%
G=13.83%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454312300.700.150.43312.9454.2636.86
Hex912B7B046F2B1393625
Octal22153173010617534716645
Binary100100011010111111011010001101111101011100111001110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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