#990E7C

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

Shades of Dark Purple #990E7C

Tints of Dark Purple #990E7C

Color information

#990E7C (or 0x990E7C) is unknown color: approx Dark Purple. HEX triplet: 99, 0E and 7C. RGB value is (153,14,124). Sum of RGB (Red+Green+Blue) = 153+14+124=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 14 (5.86% from 255 or 4.81% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #990E7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990E7C is #66F183. Grayscale: #434343. Windows color (decimal): -6746500 or 8130201. OLE color: 8130201.

HSL color Cylindrical-coordinate representation of color #990E7C: hue angle of 312.52º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #990E7C is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB15314124-
CMYK00.910.190.4
HSL312.52º83.23%32.75%-
HSV(B)312.52º90.85%60%-
XYZ16.938.5419.83-
YUV68.1159.55188.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.58%
GREEN value IS 14 (5.86% from 255) = 4.81%
BLUE value IS 124 (48.83% from 255) = 42.61%
R=52.58%
G=4.81%
B=42.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.19
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531412400.910.190.4312.5283.2332.75
Hex99E7C05B13281395321
Octal231161740133235047112341
Binary100110011110111110001011011100111010001001110011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990E7C; }

 p { color: rgb(153,14,124); }

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

<style>
 a { background-color: #990E7C; }

 a { background-color: rgb(153,14,124); }

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

<style>
 span { border-color: #990E7C; }

 span { border-color: rgb(153,14,124); }

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