Html Css Color HEX #990665 Eggplant

📋 copy color: '#990665'

red 153 ◦ green 6 ◦ blue 101

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

Shades of Eggplant #990665

Tints of Eggplant #990665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 38.85%

R = 58.85%
G = 2.31%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#990665 (or 0x990665) is known color: Eggplant. HEX triplet: 99, 06 and 65. RGB value is (153,6,101). Sum of RGB (Red+Green+Blue) = 153+6+101=260 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.85% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 153 - color contains mainly: red. Hex color #990665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990665 is #66F99A. Grayscale: #3C3C3C. Windows color (decimal): -6748571 or 6620825. OLE color: 6620825.

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

Color convert

RGB 153 6 101 -
CMYK 0 0.96 0.34 0.4
HSL 321.22º 0.92% 0.31% -
HSV(B) 321.22º 0.96% 0.6% -
XYZ 15.55 7.84 13.01 -
YUV 60.78 150.7 193.78 -
System Red Green Blue C M Y K H S L
Decimal 153 6 101 0 0.96 0.34 0.4 321.22 0.92 0.31
Hex 99 6 65 0 60 22 28 141 5C 1F
Octal 231 6 145 0 140 42 50 501 134 37
Binary 10011001 110 1100101 0 1100000 100010 101000 101000001 1011100 11111

Color Harmonies of #990665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990665

Black with #990665

Text Example


Text Example

White with #990665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990665; }

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

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

background-color css

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

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

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

border-color css

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

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

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