Html Css Color HEX #980375 Eggplant

📋 copy color: '#980375'

red 152 ◦ green 3 ◦ blue 117

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

Shades of Eggplant #980375

Tints of Eggplant #980375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.01%

R = 55.88%
G = 1.1%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#980375 (or 0x980375) is known color: Eggplant. HEX triplet: 98, 03 and 75. RGB value is (152,3,117). Sum of RGB (Red+Green+Blue) = 152+3+117=272 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.88% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 152 - color contains mainly: red. Hex color #980375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980375 is #67FC8A. Grayscale: #3C3C3C. Windows color (decimal): -6814859 or 7668632. OLE color: 7668632.

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

Color convert

RGB 152 3 117 -
CMYK 0 0.98 0.23 0.40
HSL 314.09º 0.96% 0.3% -
HSV(B) 314.09º 0.98% 0.6% -
XYZ 16.19 8.02 17.53 -
YUV 60.55 159.86 193.23 -
System Red Green Blue C M Y K H S L
Decimal 152 3 117 0 0.98 0.23 0.40 314.09 0.96 0.3
Hex 98 3 75 0 62 17 28 13A 60 1E
Octal 230 3 165 0 142 27 50 472 140 36
Binary 10011000 11 1110101 0 1100010 10111 101000 100111010 1100000 11110

Color Harmonies of #980375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980375

Black with #980375

Text Example


Text Example

White with #980375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980375; }

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

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

background-color css

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

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

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

border-color css

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

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

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