Html Css Color HEX #98005E Eggplant

📋 copy color: '#98005E'

red 152 ◦ green 0 ◦ blue 94

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

Shades of Eggplant #98005E

Tints of Eggplant #98005E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 38.21%

R = 61.79%
G = 0%
B = 38.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#98005E (or 0x98005E) is known color: Eggplant. HEX triplet: 98, 00 and 5E. RGB value is (152,0,94). Sum of RGB (Red+Green+Blue) = 152+0+94=246 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.79% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 152 - color contains mainly: red. Hex color #98005E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98005E is #67FFA1. Grayscale: #373737. Windows color (decimal): -6815650 or 6160536. OLE color: 6160536.

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

Color convert

RGB 152 0 94 -
CMYK 0 1 0.38 0.40
HSL 322.89º 1% 0.3% -
HSV(B) 322.89º 1% 0.6% -
XYZ 14.97 7.48 11.25 -
YUV 56.16 149.36 196.36 -
System Red Green Blue C M Y K H S L
Decimal 152 0 94 0 1 0.38 0.40 322.89 1 0.3
Hex 98 0 5E 0 64 26 28 143 64 1E
Octal 230 0 136 0 144 46 50 503 144 36
Binary 10011000 0 1011110 0 1100100 100110 101000 101000011 1100100 11110

Color Harmonies of #98005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98005E

Black with #98005E

Text Example


Text Example

White with #98005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98005E; }

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

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

background-color css

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

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

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

border-color css

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

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

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