Html Css Color HEX #98087C Eggplant

📋 copy color: '#98087C'

red 152 ◦ green 8 ◦ blue 124

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

Shades of Eggplant #98087C

Tints of Eggplant #98087C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 43.66%

R = 53.52%
G = 2.82%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98087C (or 0x98087C) is known color: Eggplant. HEX triplet: 98, 08 and 7C. RGB value is (152,8,124). Sum of RGB (Red+Green+Blue) = 152+8+124=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #98087C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98087C is #67F783. Grayscale: #3F3F3F. Windows color (decimal): -6813572 or 8128664. OLE color: 8128664.

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

Color convert

RGB 152 8 124 -
CMYK 0 0.95 0.18 0.40
HSL 311.67º 0.9% 0.31% -
HSV(B) 311.67º 0.95% 0.6% -
XYZ 16.67 8.3 19.79 -
YUV 64.28 161.71 190.57 -
System Red Green Blue C M Y K H S L
Decimal 152 8 124 0 0.95 0.18 0.40 311.67 0.9 0.31
Hex 98 8 7C 0 5F 12 28 138 5A 1F
Octal 230 10 174 0 137 22 50 470 132 37
Binary 10011000 1000 1111100 0 1011111 10010 101000 100111000 1011010 11111

Color Harmonies of #98087C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98087C

Black with #98087C

Text Example


Text Example

White with #98087C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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