Html Css Color HEX #990E7D Dark Purple

📋 copy color: '#990E7D'

red 153 ◦ green 14 ◦ blue 125

#990E7D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #990E7D

Tints of Dark Purple #990E7D

RGB

 RED value IS 153 (60.16% from 255) = 52.4%

 GREEN value IS 14 (5.86% from 255) = 4.79%

 BLUE value IS 125 (49.22% from 255) = 42.81%

R = 52.4%
G = 4.79%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#990E7D (or 0x990E7D) is known color: Dark Purple. HEX triplet: 99, 0E and 7D. RGB value is (153,14,125). Sum of RGB (Red+Green+Blue) = 153+14+125=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 14 (5.86% from 255 or 4.79% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #990E7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990E7D is #66F182. Grayscale: #434343. Windows color (decimal): -6746499 or 8195737. OLE color: 8195737.

HSL color Cylindrical-coordinate representation of color #990E7D: hue angle of 312.09º 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 #990E7D is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 14 125 -
CMYK 0 0.91 0.18 0.4
HSL 312.09º 0.83% 0.33% -
HSV(B) 312.09º 0.91% 0.6% -
XYZ 17 8.57 20.16 -
YUV 68.22 160.05 188.47 -
System Red Green Blue C M Y K H S L
Decimal 153 14 125 0 0.91 0.18 0.4 312.09 0.83 0.33
Hex 99 E 7D 0 5B 12 28 138 53 21
Octal 231 16 175 0 133 22 50 470 123 41
Binary 10011001 1110 1111101 0 1011011 10010 101000 100111000 1010011 100001

Color Harmonies of #990E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990E7D

Black with #990E7D

Text Example


Text Example

White with #990E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #990E7D;
 }
 .AnyTagClassName
 {
   color: #990E7D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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