Html Css Color HEX #98087A Eggplant

📋 copy color: '#98087A'

red 152 ◦ green 8 ◦ blue 122

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

Shades of Eggplant #98087A

Tints of Eggplant #98087A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.84%

 BLUE value IS 122 (48.05% from 255) = 43.26%

R = 53.9%
G = 2.84%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#98087A (or 0x98087A) is known color: Eggplant. HEX triplet: 98, 08 and 7A. RGB value is (152,8,122). Sum of RGB (Red+Green+Blue) = 152+8+122=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #98087A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98087A is #67F785. Grayscale: #3F3F3F. Windows color (decimal): -6813574 or 7997592. OLE color: 7997592.

HSL color Cylindrical-coordinate representation of color #98087A: hue angle of 312.5º degrees, saturation: 0.9, 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 #98087A is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 8 122 -
CMYK 0 0.95 0.20 0.40
HSL 312.5º 0.9% 0.31% -
HSV(B) 312.5º 0.95% 0.6% -
XYZ 16.55 8.25 19.13 -
YUV 64.05 160.71 190.73 -
System Red Green Blue C M Y K H S L
Decimal 152 8 122 0 0.95 0.20 0.40 312.5 0.9 0.31
Hex 98 8 7A 0 5F 14 28 138 5A 1F
Octal 230 10 172 0 137 24 50 470 132 37
Binary 10011000 1000 1111010 0 1011111 10100 101000 100111000 1011010 11111

Color Harmonies of #98087A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98087A

Black with #98087A

Text Example


Text Example

White with #98087A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,8,122); }

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

background-color css

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

 a { background-color: rgb(152,8,122); }

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

border-color css

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

 span { border-color: rgb(152,8,122); }

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