Html Css Color HEX #980C6A Eggplant

📋 copy color: '#980C6A'

red 152 ◦ green 12 ◦ blue 106

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

Shades of Eggplant #980C6A

Tints of Eggplant #980C6A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.44%

 BLUE value IS 106 (41.8% from 255) = 39.26%

R = 56.3%
G = 4.44%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#980C6A (or 0x980C6A) is known color: Eggplant. HEX triplet: 98, 0C and 6A. RGB value is (152,12,106). Sum of RGB (Red+Green+Blue) = 152+12+106=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 12 (5.08% from 255 or 4.44% from 270); Blue value is 106 (41.80% from 255 or 39.26% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #980C6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980C6A is #67F395. Grayscale: #404040. Windows color (decimal): -6812566 or 6950040. OLE color: 6950040.

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

Color convert

RGB 152 12 106 -
CMYK 0 0.92 0.30 0.40
HSL 319.71º 0.85% 0.32% -
HSV(B) 319.71º 0.92% 0.6% -
XYZ 15.68 7.98 14.35 -
YUV 64.58 151.38 190.36 -
System Red Green Blue C M Y K H S L
Decimal 152 12 106 0 0.92 0.30 0.40 319.71 0.85 0.32
Hex 98 C 6A 0 5C 1E 28 140 55 20
Octal 230 14 152 0 134 36 50 500 125 40
Binary 10011000 1100 1101010 0 1011100 11110 101000 101000000 1010101 100000

Color Harmonies of #980C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980C6A

Black with #980C6A

Text Example


Text Example

White with #980C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,12,106); }

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

background-color css

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

 a { background-color: rgb(152,12,106); }

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

border-color css

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

 span { border-color: rgb(152,12,106); }

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