Html Css Color HEX #98096D Eggplant

📋 copy color: '#98096D'

red 152 ◦ green 9 ◦ blue 109

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

Shades of Eggplant #98096D

Tints of Eggplant #98096D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 40.37%

R = 56.3%
G = 3.33%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#98096D (or 0x98096D) is known color: Eggplant. HEX triplet: 98, 09 and 6D. RGB value is (152,9,109). Sum of RGB (Red+Green+Blue) = 152+9+109=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #98096D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98096D is #67F692. Grayscale: #3E3E3E. Windows color (decimal): -6813331 or 7145880. OLE color: 7145880.

HSL color Cylindrical-coordinate representation of color #98096D: hue angle of 318.04º 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 #98096D is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 9 109 -
CMYK 0 0.94 0.28 0.40
HSL 318.04º 0.89% 0.32% -
HSV(B) 318.04º 0.94% 0.6% -
XYZ 15.81 7.97 15.17 -
YUV 63.16 153.88 191.37 -
System Red Green Blue C M Y K H S L
Decimal 152 9 109 0 0.94 0.28 0.40 318.04 0.89 0.32
Hex 98 9 6D 0 5E 1C 28 13E 59 20
Octal 230 11 155 0 136 34 50 476 131 40
Binary 10011000 1001 1101101 0 1011110 11100 101000 100111110 1011001 100000

Color Harmonies of #98096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98096D

Black with #98096D

Text Example


Text Example

White with #98096D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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