#912A7B

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

Shades of Dark Purple #912A7B

Tints of Dark Purple #912A7B

Color information

#912A7B (or 0x912A7B) is unknown color: approx Dark Purple. HEX triplet: 91, 2A and 7B. RGB value is (145,42,123). Sum of RGB (Red+Green+Blue) = 145+42+123=310 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.77% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 145 - color contains mainly: red. Hex color #912A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912A7B is #6ED584. Grayscale: #515151. Windows color (decimal): -7263621 or 8071825. OLE color: 8071825.

HSL color Cylindrical-coordinate representation of color #912A7B: hue angle of 312.82º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #912A7B is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB14542123-
CMYK00.710.150.43
HSL312.82º55.08%36.67%-
HSV(B)312.82º71.03%56.86%-
XYZ16.089.1119.65-
YUV82.03151.12172.91-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.77%
GREEN value IS 42 (16.80% from 255) = 13.55%
BLUE value IS 123 (48.44% from 255) = 39.68%
R=46.77%
G=13.55%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454212300.710.150.43312.8255.0836.67
Hex912A7B047F2B1393725
Octal22152173010717534716745
Binary100100011010101111011010001111111101011100111001110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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