Html Css Color HEX #98096F Eggplant

📋 copy color: '#98096F'

red 152 ◦ green 9 ◦ blue 111

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

Shades of Eggplant #98096F

Tints of Eggplant #98096F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.31%

 BLUE value IS 111 (43.75% from 255) = 40.81%

R = 55.88%
G = 3.31%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#98096F (or 0x98096F) is known color: Eggplant. HEX triplet: 98, 09 and 6F. RGB value is (152,9,111). Sum of RGB (Red+Green+Blue) = 152+9+111=272 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.88% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 152 - color contains mainly: red. Hex color #98096F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98096F is #67F690. Grayscale: #3F3F3F. Windows color (decimal): -6813329 or 7276952. OLE color: 7276952.

HSL color Cylindrical-coordinate representation of color #98096F: hue angle of 317.2º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #98096F is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 9 111 -
CMYK 0 0.94 0.27 0.40
HSL 317.2º 0.89% 0.32% -
HSV(B) 317.2º 0.94% 0.6% -
XYZ 15.92 8.02 15.75 -
YUV 63.39 154.88 191.21 -
System Red Green Blue C M Y K H S L
Decimal 152 9 111 0 0.94 0.27 0.40 317.2 0.89 0.32
Hex 98 9 6F 0 5E 1B 28 13D 59 20
Octal 230 11 157 0 136 33 50 475 131 40
Binary 10011000 1001 1101111 0 1011110 11011 101000 100111101 1011001 100000

Color Harmonies of #98096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98096F

Black with #98096F

Text Example


Text Example

White with #98096F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98096F; }

 p { color: rgb(152,9,111); }

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

background-color css

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

 a { background-color: rgb(152,9,111); }

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

border-color css

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

 span { border-color: rgb(152,9,111); }

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