Html Css Color HEX #98097C Eggplant

📋 copy color: '#98097C'

red 152 ◦ green 9 ◦ blue 124

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

Shades of Eggplant #98097C

Tints of Eggplant #98097C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 43.51%

R = 53.33%
G = 3.16%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98097C (or 0x98097C) is known color: Eggplant. HEX triplet: 98, 09 and 7C. RGB value is (152,9,124). Sum of RGB (Red+Green+Blue) = 152+9+124=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #98097C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98097C is #67F683. Grayscale: #404040. Windows color (decimal): -6813316 or 8128920. OLE color: 8128920.

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

Color convert

RGB 152 9 124 -
CMYK 0 0.94 0.18 0.40
HSL 311.75º 0.89% 0.32% -
HSV(B) 311.75º 0.94% 0.6% -
XYZ 16.68 8.33 19.8 -
YUV 64.87 161.38 190.15 -
System Red Green Blue C M Y K H S L
Decimal 152 9 124 0 0.94 0.18 0.40 311.75 0.89 0.32
Hex 98 9 7C 0 5E 12 28 138 59 20
Octal 230 11 174 0 136 22 50 470 131 40
Binary 10011000 1001 1111100 0 1011110 10010 101000 100111000 1011001 100000

Color Harmonies of #98097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98097C

Black with #98097C

Text Example


Text Example

White with #98097C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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