Html Css Color HEX #98047C Eggplant

📋 copy color: '#98047C'

red 152 ◦ green 4 ◦ blue 124

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

Shades of Eggplant #98047C

Tints of Eggplant #98047C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.43%

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

R = 54.29%
G = 1.43%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98047C (or 0x98047C) is known color: Eggplant. HEX triplet: 98, 04 and 7C. RGB value is (152,4,124). Sum of RGB (Red+Green+Blue) = 152+4+124=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #98047C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98047C is #67FB83. Grayscale: #3D3D3D. Windows color (decimal): -6814596 or 8127640. OLE color: 8127640.

HSL color Cylindrical-coordinate representation of color #98047C: hue angle of 311.35º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #98047C is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 4 124 -
CMYK 0 0.97 0.18 0.40
HSL 311.35º 0.95% 0.31% -
HSV(B) 311.35º 0.97% 0.6% -
XYZ 16.63 8.22 19.78 -
YUV 61.93 163.03 192.24 -
System Red Green Blue C M Y K H S L
Decimal 152 4 124 0 0.97 0.18 0.40 311.35 0.95 0.31
Hex 98 4 7C 0 61 12 28 137 5F 1F
Octal 230 4 174 0 141 22 50 467 137 37
Binary 10011000 100 1111100 0 1100001 10010 101000 100110111 1011111 11111

Color Harmonies of #98047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98047C

Black with #98047C

Text Example


Text Example

White with #98047C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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