Html Css Color HEX #980166 Eggplant

📋 copy color: '#980166'

red 152 ◦ green 1 ◦ blue 102

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

Shades of Eggplant #980166

Tints of Eggplant #980166

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 59.61%
G = 0.39%
B = 40%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#980166 (or 0x980166) is known color: Eggplant. HEX triplet: 98, 01 and 66. RGB value is (152,1,102). Sum of RGB (Red+Green+Blue) = 152+1+102=255 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.61% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 102 (40.23% from 255 or 40% from 255); Max value from RGB is 152 - color contains mainly: red. Hex color #980166 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980166 is #67FE99. Grayscale: #393939. Windows color (decimal): -6815386 or 6685080. OLE color: 6685080.

HSL color Cylindrical-coordinate representation of color #980166: hue angle of 319.87º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #980166 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 1 102 -
CMYK 0 0.99 0.33 0.40
HSL 319.87º 0.99% 0.3% -
HSV(B) 319.87º 0.99% 0.6% -
XYZ 15.36 7.66 13.24 -
YUV 57.66 153.03 195.29 -
System Red Green Blue C M Y K H S L
Decimal 152 1 102 0 0.99 0.33 0.40 319.87 0.99 0.3
Hex 98 1 66 0 63 21 28 140 63 1E
Octal 230 1 146 0 143 41 50 500 143 36
Binary 10011000 1 1100110 0 1100011 100001 101000 101000000 1100011 11110

Color Harmonies of #980166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980166

Black with #980166

Text Example


Text Example

White with #980166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980166; }

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

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

background-color css

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

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

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

border-color css

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

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

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