Html Css Color HEX #980B6F Eggplant

📋 copy color: '#980B6F'

red 152 ◦ green 11 ◦ blue 111

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

Shades of Eggplant #980B6F

Tints of Eggplant #980B6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.51%

R = 55.47%
G = 4.01%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#980B6F (or 0x980B6F) is known color: Eggplant. HEX triplet: 98, 0B and 6F. RGB value is (152,11,111). Sum of RGB (Red+Green+Blue) = 152+11+111=274 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.47% from 274); Green value is 11 (4.69% from 255 or 4.01% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 152 - color contains mainly: red. Hex color #980B6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980B6F is #67F490. Grayscale: #404040. Windows color (decimal): -6812817 or 7277464. OLE color: 7277464.

HSL color Cylindrical-coordinate representation of color #980B6F: hue angle of 317.45º 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 #980B6F is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 11 111 -
CMYK 0 0.93 0.27 0.40
HSL 317.45º 0.87% 0.32% -
HSV(B) 317.45º 0.93% 0.6% -
XYZ 15.94 8.06 15.76 -
YUV 64.56 154.21 190.37 -
System Red Green Blue C M Y K H S L
Decimal 152 11 111 0 0.93 0.27 0.40 317.45 0.87 0.32
Hex 98 B 6F 0 5D 1B 28 13D 57 20
Octal 230 13 157 0 135 33 50 475 127 40
Binary 10011000 1011 1101111 0 1011101 11011 101000 100111101 1010111 100000

Color Harmonies of #980B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980B6F

Black with #980B6F

Text Example


Text Example

White with #980B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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