#912D8A

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

Shades of Dark Purple #912D8A

Tints of Dark Purple #912D8A

Color information

#912D8A (or 0x912D8A) is unknown color: approx Dark Purple. HEX triplet: 91, 2D and 8A. RGB value is (145,45,138). Sum of RGB (Red+Green+Blue) = 145+45+138=328 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.21% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 145 - color contains mainly: red. Hex color #912D8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912D8A is #6ED275. Grayscale: #555555. Windows color (decimal): -7262838 or 9055633. OLE color: 9055633.

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

Color convert

RGB14545138-
CMYK00.690.050.43
HSL304.2º52.63%37.25%-
HSV(B)304.2º68.97%56.86%-
XYZ17.29.7325.02-
YUV85.5157.63170.44-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.21%
GREEN value IS 45 (17.97% from 255) = 13.72%
BLUE value IS 138 (54.30% from 255) = 42.07%
R=44.21%
G=13.72%
B=42.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454513800.690.050.43304.252.6337.25
Hex912D8A04552B1303525
Octal2215521201055534606545
Binary100100011011011000101001000101101101011100110000110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,45,138); }

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

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

 a { background-color: rgb(145,45,138); }

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

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

 span { border-color: rgb(145,45,138); }

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