Html Css Color HEX #980358 Eggplant

📋 copy color: '#980358'

red 152 ◦ green 3 ◦ blue 88

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

Shades of Eggplant #980358

Tints of Eggplant #980358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 36.21%

R = 62.55%
G = 1.23%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#980358 (or 0x980358) is known color: Eggplant. HEX triplet: 98, 03 and 58. RGB value is (152,3,88). Sum of RGB (Red+Green+Blue) = 152+3+88=243 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.55% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 88 (34.77% from 255 or 36.21% from 243); Max value from RGB is 152 - color contains mainly: red. Hex color #980358 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980358 is #67FCA7. Grayscale: #393939. Windows color (decimal): -6814888 or 5768088. OLE color: 5768088.

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

Color convert

RGB 152 3 88 -
CMYK 0 0.98 0.42 0.40
HSL 325.77º 0.96% 0.3% -
HSV(B) 325.77º 0.98% 0.6% -
XYZ 14.74 7.45 9.89 -
YUV 57.24 145.36 195.59 -
System Red Green Blue C M Y K H S L
Decimal 152 3 88 0 0.98 0.42 0.40 325.77 0.96 0.3
Hex 98 3 58 0 62 2A 28 146 60 1E
Octal 230 3 130 0 142 52 50 506 140 36
Binary 10011000 11 1011000 0 1100010 101010 101000 101000110 1100000 11110

Color Harmonies of #980358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980358

Black with #980358

Text Example


Text Example

White with #980358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980358; }

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

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

background-color css

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

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

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

border-color css

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

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

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