Html Css Color HEX #98076F Eggplant

📋 copy color: '#98076F'

red 152 ◦ green 7 ◦ blue 111

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

Shades of Eggplant #98076F

Tints of Eggplant #98076F

RGB

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

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

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

R = 56.3%
G = 2.59%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#98076F (or 0x98076F) is known color: Eggplant. HEX triplet: 98, 07 and 6F. RGB value is (152,7,111). Sum of RGB (Red+Green+Blue) = 152+7+111=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 111 (43.75% from 255 or 41.11% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #98076F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98076F is #67F890. Grayscale: #3D3D3D. Windows color (decimal): -6813841 or 7276440. OLE color: 7276440.

HSL color Cylindrical-coordinate representation of color #98076F: hue angle of 316.97º 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 #98076F is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 7 111 -
CMYK 0 0.95 0.27 0.40
HSL 316.97º 0.91% 0.31% -
HSV(B) 316.97º 0.95% 0.6% -
XYZ 15.89 7.98 15.74 -
YUV 62.21 155.54 192.04 -
System Red Green Blue C M Y K H S L
Decimal 152 7 111 0 0.95 0.27 0.40 316.97 0.91 0.31
Hex 98 7 6F 0 5F 1B 28 13D 5B 1F
Octal 230 7 157 0 137 33 50 475 133 37
Binary 10011000 111 1101111 0 1011111 11011 101000 100111101 1011011 11111

Color Harmonies of #98076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98076F

Black with #98076F

Text Example


Text Example

White with #98076F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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