Html Css Color HEX #980666 Eggplant

📋 copy color: '#980666'

red 152 ◦ green 6 ◦ blue 102

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

Shades of Eggplant #980666

Tints of Eggplant #980666

RGB

 RED value IS 152 (59.77% from 255) = 58.46%

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

 BLUE value IS 102 (40.23% from 255) = 39.23%

R = 58.46%
G = 2.31%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#980666 (or 0x980666) is known color: Eggplant. HEX triplet: 98, 06 and 66. RGB value is (152,6,102). Sum of RGB (Red+Green+Blue) = 152+6+102=260 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.46% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 102 (40.23% from 255 or 39.23% from 260); Max value from RGB is 152 - color contains mainly: red. Hex color #980666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980666 is #67F999. Grayscale: #3C3C3C. Windows color (decimal): -6814106 or 6686360. OLE color: 6686360.

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

Color convert

RGB 152 6 102 -
CMYK 0 0.96 0.33 0.40
HSL 320.55º 0.92% 0.31% -
HSV(B) 320.55º 0.96% 0.6% -
XYZ 15.41 7.76 13.26 -
YUV 60.6 151.37 193.19 -
System Red Green Blue C M Y K H S L
Decimal 152 6 102 0 0.96 0.33 0.40 320.55 0.92 0.31
Hex 98 6 66 0 60 21 28 141 5C 1F
Octal 230 6 146 0 140 41 50 501 134 37
Binary 10011000 110 1100110 0 1100000 100001 101000 101000001 1011100 11111

Color Harmonies of #980666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980666

Black with #980666

Text Example


Text Example

White with #980666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980666; }

 p { color: rgb(152,6,102); }

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

background-color css

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

 a { background-color: rgb(152,6,102); }

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

border-color css

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

 span { border-color: rgb(152,6,102); }

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