#912B7F

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

Shades of Dark Purple #912B7F

Tints of Dark Purple #912B7F

Color information

#912B7F (or 0x912B7F) is unknown color: approx Dark Purple. HEX triplet: 91, 2B and 7F. RGB value is (145,43,127). Sum of RGB (Red+Green+Blue) = 145+43+127=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #912B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912B7F is #6ED480. Grayscale: #525252. Windows color (decimal): -7263361 or 8334225. OLE color: 8334225.

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

Color convert

RGB14543127-
CMYK00.700.120.43
HSL310.59º54.26%36.86%-
HSV(B)310.59º70.34%56.86%-
XYZ16.379.2821.01-
YUV83.07152.79172.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.03%
GREEN value IS 43 (17.19% from 255) = 13.65%
BLUE value IS 127 (50% from 255) = 40.32%
R=46.03%
G=13.65%
B=40.32%

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
Decimal1454312700.700.120.43310.5954.2636.86
Hex912B7F046C2B1373625
Octal22153177010614534676645
Binary100100011010111111111010001101100101011100110111110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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