Html Css Color HEX #980073 Eggplant

📋 copy color: '#980073'

red 152 ◦ green 0 ◦ blue 115

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

Shades of Eggplant #980073

Tints of Eggplant #980073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 43.07%

R = 56.93%
G = 0%
B = 43.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#980073 (or 0x980073) is known color: Eggplant. HEX triplet: 98, 00 and 73. RGB value is (152,0,115). Sum of RGB (Red+Green+Blue) = 152+0+115=267 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.93% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 152 - color contains mainly: red. Hex color #980073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980073 is #67FF8C. Grayscale: #3A3A3A. Windows color (decimal): -6815629 or 7536792. OLE color: 7536792.

HSL color Cylindrical-coordinate representation of color #980073: hue angle of 314.61º 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 #980073 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 0 115 -
CMYK 0 1 0.24 0.40
HSL 314.61º 1% 0.3% -
HSV(B) 314.61º 1% 0.6% -
XYZ 16.04 7.91 16.9 -
YUV 58.56 159.86 194.65 -
System Red Green Blue C M Y K H S L
Decimal 152 0 115 0 1 0.24 0.40 314.61 1 0.3
Hex 98 0 73 0 64 18 28 13B 64 1E
Octal 230 0 163 0 144 30 50 473 144 36
Binary 10011000 0 1110011 0 1100100 11000 101000 100111011 1100100 11110

Color Harmonies of #980073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980073

Black with #980073

Text Example


Text Example

White with #980073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980073; }

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

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

background-color css

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

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

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

border-color css

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

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

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