#912E6C

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

Shades of Dark Purple #912E6C

Tints of Dark Purple #912E6C

Color information

#912E6C (or 0x912E6C) is unknown color: approx Dark Purple. HEX triplet: 91, 2E and 6C. RGB value is (145,46,108). Sum of RGB (Red+Green+Blue) = 145+46+108=299 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.49% from 299); Green value is 46 (18.36% from 255 or 15.38% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 145 - color contains mainly: red. Hex color #912E6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912E6C is #6ED193. Grayscale: #525252. Windows color (decimal): -7262612 or 7089809. OLE color: 7089809.

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

Color convert

RGB14546108-
CMYK00.680.260.43
HSL322.42º51.83%37.45%-
HSV(B)322.42º68.28%56.86%-
XYZ15.369.0615.13-
YUV82.67142.3172.46-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.49%
GREEN value IS 46 (18.36% from 255) = 15.38%
BLUE value IS 108 (42.58% from 255) = 36.12%
R=48.49%
G=15.38%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454610800.680.260.43322.4251.8337.45
Hex912E6C0441A2B1423425
Octal22156154010432535026445
Binary1001000110111011011000100010011010101011101000010110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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