Html Css Color HEX #980B64 Eggplant

📋 copy color: '#980B64'

red 152 ◦ green 11 ◦ blue 100

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

Shades of Eggplant #980B64

Tints of Eggplant #980B64

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.18%

 BLUE value IS 100 (39.45% from 255) = 38.02%

R = 57.79%
G = 4.18%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#980B64 (or 0x980B64) is known color: Eggplant. HEX triplet: 98, 0B and 64. RGB value is (152,11,100). Sum of RGB (Red+Green+Blue) = 152+11+100=263 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.79% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 100 (39.45% from 255 or 38.02% from 263); Max value from RGB is 152 - color contains mainly: red. Hex color #980B64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980B64 is #67F49B. Grayscale: #3F3F3F. Windows color (decimal): -6812828 or 6556568. OLE color: 6556568.

HSL color Cylindrical-coordinate representation of color #980B64: hue angle of 322.13º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980B64 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 11 100 -
CMYK 0 0.93 0.34 0.40
HSL 322.13º 0.87% 0.32% -
HSV(B) 322.13º 0.93% 0.6% -
XYZ 15.37 7.83 12.76 -
YUV 63.31 148.71 191.26 -
System Red Green Blue C M Y K H S L
Decimal 152 11 100 0 0.93 0.34 0.40 322.13 0.87 0.32
Hex 98 B 64 0 5D 22 28 142 57 20
Octal 230 13 144 0 135 42 50 502 127 40
Binary 10011000 1011 1100100 0 1011101 100010 101000 101000010 1010111 100000

Color Harmonies of #980B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980B64

Black with #980B64

Text Example


Text Example

White with #980B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980B64; }

 p { color: rgb(152,11,100); }

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

background-color css

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

 a { background-color: rgb(152,11,100); }

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

border-color css

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

 span { border-color: rgb(152,11,100); }

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