Html Css Color HEX #980060 Eggplant

📋 copy color: '#980060'

red 152 ◦ green 0 ◦ blue 96

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

Shades of Eggplant #980060

Tints of Eggplant #980060

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.29%
G = 0%
B = 38.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#980060 (or 0x980060) is known color: Eggplant. HEX triplet: 98, 00 and 60. RGB value is (152,0,96). Sum of RGB (Red+Green+Blue) = 152+0+96=248 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.29% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 152 - color contains mainly: red. Hex color #980060 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980060 is #67FF9F. Grayscale: #383838. Windows color (decimal): -6815648 or 6291608. OLE color: 6291608.

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

Color convert

RGB 152 0 96 -
CMYK 0 1 0.37 0.40
HSL 322.11º 1% 0.3% -
HSV(B) 322.11º 1% 0.6% -
XYZ 15.06 7.52 11.72 -
YUV 56.39 150.36 196.19 -
System Red Green Blue C M Y K H S L
Decimal 152 0 96 0 1 0.37 0.40 322.11 1 0.3
Hex 98 0 60 0 64 25 28 142 64 1E
Octal 230 0 140 0 144 45 50 502 144 36
Binary 10011000 0 1100000 0 1100100 100101 101000 101000010 1100100 11110

Color Harmonies of #980060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980060

Black with #980060

Text Example


Text Example

White with #980060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980060; }

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

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

background-color css

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

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

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

border-color css

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

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

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