Html Css Color HEX #98097A Eggplant

📋 copy color: '#98097A'

red 152 ◦ green 9 ◦ blue 122

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

Shades of Eggplant #98097A

Tints of Eggplant #98097A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 43.11%

R = 53.71%
G = 3.18%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#98097A (or 0x98097A) is known color: Eggplant. HEX triplet: 98, 09 and 7A. RGB value is (152,9,122). Sum of RGB (Red+Green+Blue) = 152+9+122=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #98097A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98097A is #67F685. Grayscale: #404040. Windows color (decimal): -6813318 or 7997848. OLE color: 7997848.

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

Color convert

RGB 152 9 122 -
CMYK 0 0.94 0.20 0.40
HSL 312.59º 0.89% 0.32% -
HSV(B) 312.59º 0.94% 0.6% -
XYZ 16.56 8.28 19.14 -
YUV 64.64 160.38 190.31 -
System Red Green Blue C M Y K H S L
Decimal 152 9 122 0 0.94 0.20 0.40 312.59 0.89 0.32
Hex 98 9 7A 0 5E 14 28 139 59 20
Octal 230 11 172 0 136 24 50 471 131 40
Binary 10011000 1001 1111010 0 1011110 10100 101000 100111001 1011001 100000

Color Harmonies of #98097A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98097A

Black with #98097A

Text Example


Text Example

White with #98097A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98097A; }

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

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

background-color css

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

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

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

border-color css

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

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

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