Html Css Color HEX #980566 Eggplant

📋 copy color: '#980566'

red 152 ◦ green 5 ◦ blue 102

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

Shades of Eggplant #980566

Tints of Eggplant #980566

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.93%

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

R = 58.69%
G = 1.93%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#980566 (or 0x980566) is known color: Eggplant. HEX triplet: 98, 05 and 66. RGB value is (152,5,102). Sum of RGB (Red+Green+Blue) = 152+5+102=259 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.69% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 102 (40.23% from 255 or 39.38% from 259); Max value from RGB is 152 - color contains mainly: red. Hex color #980566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980566 is #67FA99. Grayscale: #3B3B3B. Windows color (decimal): -6814362 or 6686104. OLE color: 6686104.

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

Color convert

RGB 152 5 102 -
CMYK 0 0.97 0.33 0.40
HSL 320.41º 0.94% 0.31% -
HSV(B) 320.41º 0.97% 0.6% -
XYZ 15.4 7.74 13.25 -
YUV 60.01 151.7 193.61 -
System Red Green Blue C M Y K H S L
Decimal 152 5 102 0 0.97 0.33 0.40 320.41 0.94 0.31
Hex 98 5 66 0 61 21 28 140 5E 1F
Octal 230 5 146 0 141 41 50 500 136 37
Binary 10011000 101 1100110 0 1100001 100001 101000 101000000 1011110 11111

Color Harmonies of #980566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980566

Black with #980566

Text Example


Text Example

White with #980566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980566; }

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

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

background-color css

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

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

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

border-color css

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

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

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