Html Css Color HEX #980760 Eggplant

📋 copy color: '#980760'

red 152 ◦ green 7 ◦ blue 96

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

Shades of Eggplant #980760

Tints of Eggplant #980760

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.75%

 BLUE value IS 96 (37.89% from 255) = 37.65%

R = 59.61%
G = 2.75%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#980760 (or 0x980760) is known color: Eggplant. HEX triplet: 98, 07 and 60. RGB value is (152,7,96). Sum of RGB (Red+Green+Blue) = 152+7+96=255 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.61% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 152 - color contains mainly: red. Hex color #980760 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980760 is #67F89F. Grayscale: #3C3C3C. Windows color (decimal): -6813856 or 6293400. OLE color: 6293400.

HSL color Cylindrical-coordinate representation of color #980760: hue angle of 323.17º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980760 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 7 96 -
CMYK 0 0.95 0.37 0.40
HSL 323.17º 0.91% 0.31% -
HSV(B) 323.17º 0.95% 0.6% -
XYZ 15.14 7.67 11.75 -
YUV 60.5 148.04 193.26 -
System Red Green Blue C M Y K H S L
Decimal 152 7 96 0 0.95 0.37 0.40 323.17 0.91 0.31
Hex 98 7 60 0 5F 25 28 143 5B 1F
Octal 230 7 140 0 137 45 50 503 133 37
Binary 10011000 111 1100000 0 1011111 100101 101000 101000011 1011011 11111

Color Harmonies of #980760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980760

Black with #980760

Text Example


Text Example

White with #980760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980760; }

 p { color: rgb(152,7,96); }

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

background-color css

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

 a { background-color: rgb(152,7,96); }

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

border-color css

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

 span { border-color: rgb(152,7,96); }

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