Html Css Color HEX #98136A Eggplant

📋 copy color: '#98136A'

red 152 ◦ green 19 ◦ blue 106

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

Shades of Eggplant #98136A

Tints of Eggplant #98136A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.86%

 BLUE value IS 106 (41.8% from 255) = 38.27%

R = 54.87%
G = 6.86%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#98136A (or 0x98136A) is known color: Eggplant. HEX triplet: 98, 13 and 6A. RGB value is (152,19,106). Sum of RGB (Red+Green+Blue) = 152+19+106=277 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.87% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 152 - color contains mainly: red. Hex color #98136A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98136A is #67EC95. Grayscale: #444444. Windows color (decimal): -6810774 or 6951832. OLE color: 6951832.

HSL color Cylindrical-coordinate representation of color #98136A: hue angle of 320.75º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #98136A is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 19 106 -
CMYK 0 0.87 0.30 0.40
HSL 320.75º 0.78% 0.34% -
HSV(B) 320.75º 0.88% 0.6% -
XYZ 15.78 8.18 14.38 -
YUV 68.69 149.06 187.43 -
System Red Green Blue C M Y K H S L
Decimal 152 19 106 0 0.87 0.30 0.40 320.75 0.78 0.34
Hex 98 13 6A 0 57 1E 28 141 4E 22
Octal 230 23 152 0 127 36 50 501 116 42
Binary 10011000 10011 1101010 0 1010111 11110 101000 101000001 1001110 100010

Color Harmonies of #98136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98136A

Black with #98136A

Text Example


Text Example

White with #98136A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98136A; }

 p { color: rgb(152,19,106); }

 H1.HeaderClassName
 {
   color: #98136A;
 }
 .AnyTagClassName
 {
   color: #98136A;
 }
</style>

background-color css

<style>
 a { background-color: #98136A; }

 a { background-color: rgb(152,19,106); }

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

border-color css

<style>
 span { border-color: #98136A; }

 span { border-color: rgb(152,19,106); }

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