Html Css Color HEX #98156B Eggplant

📋 copy color: '#98156B'

red 152 ◦ green 21 ◦ blue 107

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

Shades of Eggplant #98156B

Tints of Eggplant #98156B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.5%

 BLUE value IS 107 (42.19% from 255) = 38.21%

R = 54.29%
G = 7.5%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#98156B (or 0x98156B) is known color: Eggplant. HEX triplet: 98, 15 and 6B. RGB value is (152,21,107). Sum of RGB (Red+Green+Blue) = 152+21+107=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #98156B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98156B is #67EA94. Grayscale: #454545. Windows color (decimal): -6810261 or 7017880. OLE color: 7017880.

HSL color Cylindrical-coordinate representation of color #98156B: hue angle of 320.61º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #98156B is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 21 107 -
CMYK 0 0.86 0.30 0.40
HSL 320.61º 0.76% 0.34% -
HSV(B) 320.61º 0.86% 0.6% -
XYZ 15.87 8.27 14.67 -
YUV 69.97 148.9 186.51 -
System Red Green Blue C M Y K H S L
Decimal 152 21 107 0 0.86 0.30 0.40 320.61 0.76 0.34
Hex 98 15 6B 0 56 1E 28 141 4C 22
Octal 230 25 153 0 126 36 50 501 114 42
Binary 10011000 10101 1101011 0 1010110 11110 101000 101000001 1001100 100010

Color Harmonies of #98156B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98156B

Black with #98156B

Text Example


Text Example

White with #98156B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98156B; }

 p { color: rgb(152,21,107); }

 H1.HeaderClassName
 {
   color: #98156B;
 }
 .AnyTagClassName
 {
   color: #98156B;
 }
</style>

background-color css

<style>
 a { background-color: #98156B; }

 a { background-color: rgb(152,21,107); }

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

border-color css

<style>
 span { border-color: #98156B; }

 span { border-color: rgb(152,21,107); }

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