#912E8A

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

Shades of Dark Purple #912E8A

Tints of Dark Purple #912E8A

Color information

#912E8A (or 0x912E8A) is unknown color: approx Dark Purple. HEX triplet: 91, 2E and 8A. RGB value is (145,46,138). Sum of RGB (Red+Green+Blue) = 145+46+138=329 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.07% from 329); Green value is 46 (18.36% from 255 or 13.98% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 145 - color contains mainly: red. Hex color #912E8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912E8A is #6ED175. Grayscale: #555555. Windows color (decimal): -7262582 or 9055889. OLE color: 9055889.

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

Color convert

RGB14546138-
CMYK00.680.050.43
HSL304.24º51.83%37.45%-
HSV(B)304.24º68.28%56.86%-
XYZ17.249.8125.03-
YUV86.09157.3170.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.07%
GREEN value IS 46 (18.36% from 255) = 13.98%
BLUE value IS 138 (54.30% from 255) = 41.95%
R=44.07%
G=13.98%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454613800.680.050.43304.2451.8337.45
Hex912E8A04452B1303425
Octal2215621201045534606445
Binary100100011011101000101001000100101101011100110000110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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