Html Css Color HEX #980F6C Eggplant

📋 copy color: '#980F6C'

red 152 ◦ green 15 ◦ blue 108

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

Shades of Eggplant #980F6C

Tints of Eggplant #980F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 39.27%

R = 55.27%
G = 5.45%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#980F6C (or 0x980F6C) is known color: Eggplant. HEX triplet: 98, 0F and 6C. RGB value is (152,15,108). Sum of RGB (Red+Green+Blue) = 152+15+108=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #980F6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980F6C is #67F093. Grayscale: #424242. Windows color (decimal): -6811796 or 7081880. OLE color: 7081880.

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

Color convert

RGB 152 15 108 -
CMYK 0 0.90 0.29 0.40
HSL 319.27º 0.82% 0.33% -
HSV(B) 319.27º 0.9% 0.6% -
XYZ 15.83 8.1 14.92 -
YUV 66.57 151.39 188.94 -
System Red Green Blue C M Y K H S L
Decimal 152 15 108 0 0.90 0.29 0.40 319.27 0.82 0.33
Hex 98 F 6C 0 5A 1D 28 13F 52 21
Octal 230 17 154 0 132 35 50 477 122 41
Binary 10011000 1111 1101100 0 1011010 11101 101000 100111111 1010010 100001

Color Harmonies of #980F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980F6C

Black with #980F6C

Text Example


Text Example

White with #980F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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