Html Css Color HEX #98077C Eggplant

📋 copy color: '#98077C'

red 152 ◦ green 7 ◦ blue 124

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

Shades of Eggplant #98077C

Tints of Eggplant #98077C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.47%

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

R = 53.71%
G = 2.47%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98077C (or 0x98077C) is known color: Eggplant. HEX triplet: 98, 07 and 7C. RGB value is (152,7,124). Sum of RGB (Red+Green+Blue) = 152+7+124=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #98077C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98077C is #67F883. Grayscale: #3F3F3F. Windows color (decimal): -6813828 or 8128408. OLE color: 8128408.

HSL color Cylindrical-coordinate representation of color #98077C: hue angle of 311.59º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #98077C is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 7 124 -
CMYK 0 0.95 0.18 0.40
HSL 311.59º 0.91% 0.31% -
HSV(B) 311.59º 0.95% 0.6% -
XYZ 16.66 8.28 19.79 -
YUV 63.69 162.04 190.99 -
System Red Green Blue C M Y K H S L
Decimal 152 7 124 0 0.95 0.18 0.40 311.59 0.91 0.31
Hex 98 7 7C 0 5F 12 28 138 5B 1F
Octal 230 7 174 0 137 22 50 470 133 37
Binary 10011000 111 1111100 0 1011111 10010 101000 100111000 1011011 11111

Color Harmonies of #98077C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98077C

Black with #98077C

Text Example


Text Example

White with #98077C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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