Html Css Color HEX #980370 Eggplant

📋 copy color: '#980370'

red 152 ◦ green 3 ◦ blue 112

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

Shades of Eggplant #980370

Tints of Eggplant #980370

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

 BLUE value IS 112 (44.14% from 255) = 41.95%

R = 56.93%
G = 1.12%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#980370 (or 0x980370) is known color: Eggplant. HEX triplet: 98, 03 and 70. RGB value is (152,3,112). Sum of RGB (Red+Green+Blue) = 152+3+112=267 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.93% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 152 - color contains mainly: red. Hex color #980370 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980370 is #67FC8F. Grayscale: #3B3B3B. Windows color (decimal): -6814864 or 7340952. OLE color: 7340952.

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

Color convert

RGB 152 3 112 -
CMYK 0 0.98 0.26 0.40
HSL 316.11º 0.96% 0.3% -
HSV(B) 316.11º 0.98% 0.6% -
XYZ 15.91 7.91 16.02 -
YUV 59.98 157.36 193.64 -
System Red Green Blue C M Y K H S L
Decimal 152 3 112 0 0.98 0.26 0.40 316.11 0.96 0.3
Hex 98 3 70 0 62 1A 28 13C 60 1E
Octal 230 3 160 0 142 32 50 474 140 36
Binary 10011000 11 1110000 0 1100010 11010 101000 100111100 1100000 11110

Color Harmonies of #980370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980370

Black with #980370

Text Example


Text Example

White with #980370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980370; }

 p { color: rgb(152,3,112); }

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

background-color css

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

 a { background-color: rgb(152,3,112); }

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

border-color css

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

 span { border-color: rgb(152,3,112); }

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