Html Css Color HEX #990760 Eggplant

📋 copy color: '#990760'

red 153 ◦ green 7 ◦ blue 96

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

Shades of Eggplant #990760

Tints of Eggplant #990760

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.73%

 BLUE value IS 96 (37.89% from 255) = 37.5%

R = 59.77%
G = 2.73%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#990760 (or 0x990760) is known color: Eggplant. HEX triplet: 99, 07 and 60. RGB value is (153,7,96). Sum of RGB (Red+Green+Blue) = 153+7+96=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #990760 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990760 is #66F89F. Grayscale: #3C3C3C. Windows color (decimal): -6748320 or 6293401. OLE color: 6293401.

HSL color Cylindrical-coordinate representation of color #990760: hue angle of 323.42º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990760 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 7 96 -
CMYK 0 0.95 0.37 0.4
HSL 323.42º 0.91% 0.31% -
HSV(B) 323.42º 0.95% 0.6% -
XYZ 15.32 7.77 11.76 -
YUV 60.8 147.87 193.76 -
System Red Green Blue C M Y K H S L
Decimal 153 7 96 0 0.95 0.37 0.4 323.42 0.91 0.31
Hex 99 7 60 0 5F 25 28 143 5B 1F
Octal 231 7 140 0 137 45 50 503 133 37
Binary 10011001 111 1100000 0 1011111 100101 101000 101000011 1011011 11111

Color Harmonies of #990760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990760

Black with #990760

Text Example


Text Example

White with #990760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990760; }

 p { color: rgb(153,7,96); }

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

background-color css

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

 a { background-color: rgb(153,7,96); }

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

border-color css

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

 span { border-color: rgb(153,7,96); }

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