Html Css Color HEX #98016C Eggplant

📋 copy color: '#98016C'

red 152 ◦ green 1 ◦ blue 108

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

Shades of Eggplant #98016C

Tints of Eggplant #98016C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 108 (42.58% from 255) = 41.38%

R = 58.24%
G = 0.38%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#98016C (or 0x98016C) is known color: Eggplant. HEX triplet: 98, 01 and 6C. RGB value is (152,1,108). Sum of RGB (Red+Green+Blue) = 152+1+108=261 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.24% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 152 - color contains mainly: red. Hex color #98016C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98016C is #67FE93. Grayscale: #3A3A3A. Windows color (decimal): -6815380 or 7078296. OLE color: 7078296.

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

Color convert

RGB 152 1 108 -
CMYK 0 0.99 0.29 0.40
HSL 317.48º 0.99% 0.3% -
HSV(B) 317.48º 0.99% 0.6% -
XYZ 15.67 7.78 14.86 -
YUV 58.35 156.03 194.8 -
System Red Green Blue C M Y K H S L
Decimal 152 1 108 0 0.99 0.29 0.40 317.48 0.99 0.3
Hex 98 1 6C 0 63 1D 28 13D 63 1E
Octal 230 1 154 0 143 35 50 475 143 36
Binary 10011000 1 1101100 0 1100011 11101 101000 100111101 1100011 11110

Color Harmonies of #98016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98016C

Black with #98016C

Text Example


Text Example

White with #98016C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,1,108); }

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

background-color css

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

 a { background-color: rgb(152,1,108); }

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

border-color css

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

 span { border-color: rgb(152,1,108); }

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