Html Css Color HEX #990768 Eggplant

📋 copy color: '#990768'

red 153 ◦ green 7 ◦ blue 104

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

Shades of Eggplant #990768

Tints of Eggplant #990768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 39.39%

R = 57.95%
G = 2.65%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#990768 (or 0x990768) is known color: Eggplant. HEX triplet: 99, 07 and 68. RGB value is (153,7,104). Sum of RGB (Red+Green+Blue) = 153+7+104=264 (34% of max value = 765). Red value is 153 (60.16% from 255 or 57.95% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 153 - color contains mainly: red. Hex color #990768 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990768 is #66F897. Grayscale: #3D3D3D. Windows color (decimal): -6748312 or 6817689. OLE color: 6817689.

HSL color Cylindrical-coordinate representation of color #990768: hue angle of 320.14º 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 #990768 is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 7 104 -
CMYK 0 0.95 0.32 0.4
HSL 320.14º 0.91% 0.31% -
HSV(B) 320.14º 0.95% 0.6% -
XYZ 15.71 7.92 13.8 -
YUV 61.71 151.87 193.11 -
System Red Green Blue C M Y K H S L
Decimal 153 7 104 0 0.95 0.32 0.4 320.14 0.91 0.31
Hex 99 7 68 0 5F 20 28 140 5B 1F
Octal 231 7 150 0 137 40 50 500 133 37
Binary 10011001 111 1101000 0 1011111 100000 101000 101000000 1011011 11111

Color Harmonies of #990768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990768

Black with #990768

Text Example


Text Example

White with #990768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990768; }

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

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

background-color css

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

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

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

border-color css

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

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

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