Html Css Color HEX #980F6F Eggplant

📋 copy color: '#980F6F'

red 152 ◦ green 15 ◦ blue 111

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

Shades of Eggplant #980F6F

Tints of Eggplant #980F6F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.4%

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

R = 54.68%
G = 5.4%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#980F6F (or 0x980F6F) is known color: Eggplant. HEX triplet: 98, 0F and 6F. RGB value is (152,15,111). Sum of RGB (Red+Green+Blue) = 152+15+111=278 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.68% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 152 - color contains mainly: red. Hex color #980F6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980F6F is #67F090. Grayscale: #424242. Windows color (decimal): -6811793 or 7278488. OLE color: 7278488.

HSL color Cylindrical-coordinate representation of color #980F6F: hue angle of 317.96º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #980F6F is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 15 111 -
CMYK 0 0.90 0.27 0.40
HSL 317.96º 0.82% 0.33% -
HSV(B) 317.96º 0.9% 0.6% -
XYZ 15.99 8.16 15.77 -
YUV 66.91 152.89 188.69 -
System Red Green Blue C M Y K H S L
Decimal 152 15 111 0 0.90 0.27 0.40 317.96 0.82 0.33
Hex 98 F 6F 0 5A 1B 28 13E 52 21
Octal 230 17 157 0 132 33 50 476 122 41
Binary 10011000 1111 1101111 0 1011010 11011 101000 100111110 1010010 100001

Color Harmonies of #980F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980F6F

Black with #980F6F

Text Example


Text Example

White with #980F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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