#912B7E

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

Shades of Dark Purple #912B7E

Tints of Dark Purple #912B7E

Color information

#912B7E (or 0x912B7E) is unknown color: approx Dark Purple. HEX triplet: 91, 2B and 7E. RGB value is (145,43,126). Sum of RGB (Red+Green+Blue) = 145+43+126=314 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.18% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 145 - color contains mainly: red. Hex color #912B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912B7E is #6ED481. Grayscale: #525252. Windows color (decimal): -7263362 or 8268689. OLE color: 8268689.

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

Color convert

RGB14543126-
CMYK00.700.130.43
HSL311.18º54.26%36.86%-
HSV(B)311.18º70.34%56.86%-
XYZ16.319.2520.67-
YUV82.96152.29172.25-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.18%
GREEN value IS 43 (17.19% from 255) = 13.69%
BLUE value IS 126 (49.61% from 255) = 40.13%
R=46.18%
G=13.69%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454312600.700.130.43311.1854.2636.86
Hex912B7E046D2B1373625
Octal22153176010615534676645
Binary100100011010111111110010001101101101011100110111110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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