Html Css Color HEX #980378 Eggplant

📋 copy color: '#980378'

red 152 ◦ green 3 ◦ blue 120

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

Shades of Eggplant #980378

Tints of Eggplant #980378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 43.64%

R = 55.27%
G = 1.09%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#980378 (or 0x980378) is known color: Eggplant. HEX triplet: 98, 03 and 78. RGB value is (152,3,120). Sum of RGB (Red+Green+Blue) = 152+3+120=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #980378 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980378 is #67FC87. Grayscale: #3C3C3C. Windows color (decimal): -6814856 or 7865240. OLE color: 7865240.

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

Color convert

RGB 152 3 120 -
CMYK 0 0.98 0.21 0.40
HSL 312.89º 0.96% 0.3% -
HSV(B) 312.89º 0.98% 0.6% -
XYZ 16.37 8.1 18.47 -
YUV 60.89 161.36 192.99 -
System Red Green Blue C M Y K H S L
Decimal 152 3 120 0 0.98 0.21 0.40 312.89 0.96 0.3
Hex 98 3 78 0 62 15 28 139 60 1E
Octal 230 3 170 0 142 25 50 471 140 36
Binary 10011000 11 1111000 0 1100010 10101 101000 100111001 1100000 11110

Color Harmonies of #980378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980378

Black with #980378

Text Example


Text Example

White with #980378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980378; }

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

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

background-color css

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

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

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

border-color css

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

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

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