Html Css Color HEX #990968 Eggplant

📋 copy color: '#990968'

red 153 ◦ green 9 ◦ blue 104

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

Shades of Eggplant #990968

Tints of Eggplant #990968

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.38%

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

R = 57.52%
G = 3.38%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#990968 (or 0x990968) is known color: Eggplant. HEX triplet: 99, 09 and 68. RGB value is (153,9,104). Sum of RGB (Red+Green+Blue) = 153+9+104=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #990968 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990968 is #66F697. Grayscale: #3E3E3E. Windows color (decimal): -6747800 or 6818201. OLE color: 6818201.

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

Color convert

RGB 153 9 104 -
CMYK 0 0.94 0.32 0.4
HSL 320.42º 0.89% 0.32% -
HSV(B) 320.42º 0.94% 0.6% -
XYZ 15.73 7.97 13.81 -
YUV 62.89 151.21 192.28 -
System Red Green Blue C M Y K H S L
Decimal 153 9 104 0 0.94 0.32 0.4 320.42 0.89 0.32
Hex 99 9 68 0 5E 20 28 140 59 20
Octal 231 11 150 0 136 40 50 500 131 40
Binary 10011001 1001 1101000 0 1011110 100000 101000 101000000 1011001 100000

Color Harmonies of #990968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990968

Black with #990968

Text Example


Text Example

White with #990968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990968; }

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

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

background-color css

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

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

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

border-color css

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

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

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