Html Css Color HEX #98006F Eggplant

📋 copy color: '#98006F'

red 152 ◦ green 0 ◦ blue 111

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

Shades of Eggplant #98006F

Tints of Eggplant #98006F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.79%
G = 0%
B = 42.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#98006F (or 0x98006F) is known color: Eggplant. HEX triplet: 98, 00 and 6F. RGB value is (152,0,111). Sum of RGB (Red+Green+Blue) = 152+0+111=263 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.79% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 152 - color contains mainly: red. Hex color #98006F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98006F is #67FF90. Grayscale: #393939. Windows color (decimal): -6815633 or 7274648. OLE color: 7274648.

HSL color Cylindrical-coordinate representation of color #98006F: hue angle of 316.18º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #98006F is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 0 111 -
CMYK 0 1 0.27 0.40
HSL 316.18º 1% 0.3% -
HSV(B) 316.18º 1% 0.6% -
XYZ 15.82 7.82 15.72 -
YUV 58.1 157.86 194.97 -
System Red Green Blue C M Y K H S L
Decimal 152 0 111 0 1 0.27 0.40 316.18 1 0.3
Hex 98 0 6F 0 64 1B 28 13C 64 1E
Octal 230 0 157 0 144 33 50 474 144 36
Binary 10011000 0 1101111 0 1100100 11011 101000 100111100 1100100 11110

Color Harmonies of #98006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98006F

Black with #98006F

Text Example


Text Example

White with #98006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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