Html Css Color HEX #990661 Eggplant

📋 copy color: '#990661'

red 153 ◦ green 6 ◦ blue 97

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

Shades of Eggplant #990661

Tints of Eggplant #990661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 37.89%

R = 59.77%
G = 2.34%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#990661 (or 0x990661) is known color: Eggplant. HEX triplet: 99, 06 and 61. RGB value is (153,6,97). Sum of RGB (Red+Green+Blue) = 153+6+97=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #990661 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990661 is #66F99E. Grayscale: #3C3C3C. Windows color (decimal): -6748575 or 6358681. OLE color: 6358681.

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

Color convert

RGB 153 6 97 -
CMYK 0 0.96 0.37 0.4
HSL 322.86º 0.92% 0.31% -
HSV(B) 322.86º 0.96% 0.6% -
XYZ 15.36 7.77 12 -
YUV 60.33 148.7 194.1 -
System Red Green Blue C M Y K H S L
Decimal 153 6 97 0 0.96 0.37 0.4 322.86 0.92 0.31
Hex 99 6 61 0 60 25 28 143 5C 1F
Octal 231 6 141 0 140 45 50 503 134 37
Binary 10011001 110 1100001 0 1100000 100101 101000 101000011 1011100 11111

Color Harmonies of #990661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990661

Black with #990661

Text Example


Text Example

White with #990661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990661; }

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

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

background-color css

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

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

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

border-color css

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

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

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