Html Css Color HEX #98055B Eggplant

📋 copy color: '#98055B'

red 152 ◦ green 5 ◦ blue 91

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

Shades of Eggplant #98055B

Tints of Eggplant #98055B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.02%

 BLUE value IS 91 (35.94% from 255) = 36.69%

R = 61.29%
G = 2.02%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#98055B (or 0x98055B) is known color: Eggplant. HEX triplet: 98, 05 and 5B. RGB value is (152,5,91). Sum of RGB (Red+Green+Blue) = 152+5+91=248 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.29% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 152 - color contains mainly: red. Hex color #98055B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98055B is #67FAA4. Grayscale: #3A3A3A. Windows color (decimal): -6814373 or 5965208. OLE color: 5965208.

HSL color Cylindrical-coordinate representation of color #98055B: hue angle of 324.9º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #98055B is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 5 91 -
CMYK 0 0.97 0.40 0.40
HSL 324.9º 0.94% 0.31% -
HSV(B) 324.9º 0.97% 0.6% -
XYZ 14.89 7.54 10.57 -
YUV 58.76 146.2 194.51 -
System Red Green Blue C M Y K H S L
Decimal 152 5 91 0 0.97 0.40 0.40 324.9 0.94 0.31
Hex 98 5 5B 0 61 28 28 145 5E 1F
Octal 230 5 133 0 141 50 50 505 136 37
Binary 10011000 101 1011011 0 1100001 101000 101000 101000101 1011110 11111

Color Harmonies of #98055B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98055B

Black with #98055B

Text Example


Text Example

White with #98055B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98055B; }

 p { color: rgb(152,5,91); }

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

background-color css

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

 a { background-color: rgb(152,5,91); }

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

border-color css

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

 span { border-color: rgb(152,5,91); }

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