Html Css Color HEX #990668 Eggplant

📋 copy color: '#990668'

red 153 ◦ green 6 ◦ blue 104

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

Shades of Eggplant #990668

Tints of Eggplant #990668

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.28%

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

R = 58.17%
G = 2.28%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#990668 (or 0x990668) is known color: Eggplant. HEX triplet: 99, 06 and 68. RGB value is (153,6,104). Sum of RGB (Red+Green+Blue) = 153+6+104=263 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.17% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 153 - color contains mainly: red. Hex color #990668 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990668 is #66F997. Grayscale: #3C3C3C. Windows color (decimal): -6748568 or 6817433. OLE color: 6817433.

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

Color convert

RGB 153 6 104 -
CMYK 0 0.96 0.32 0.4
HSL 320º 0.92% 0.31% -
HSV(B) 320º 0.96% 0.6% -
XYZ 15.7 7.9 13.79 -
YUV 61.13 152.2 193.53 -
System Red Green Blue C M Y K H S L
Decimal 153 6 104 0 0.96 0.32 0.4 320 0.92 0.31
Hex 99 6 68 0 60 20 28 140 5C 1F
Octal 231 6 150 0 140 40 50 500 134 37
Binary 10011001 110 1101000 0 1100000 100000 101000 101000000 1011100 11111

Color Harmonies of #990668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990668

Black with #990668

Text Example


Text Example

White with #990668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990668; }

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

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

background-color css

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

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

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

border-color css

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

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

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