Html Css Color HEX #98005F Eggplant

📋 copy color: '#98005F'

red 152 ◦ green 0 ◦ blue 95

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

Shades of Eggplant #98005F

Tints of Eggplant #98005F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 95 (37.5% from 255) = 38.46%

R = 61.54%
G = 0%
B = 38.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#98005F (or 0x98005F) is known color: Eggplant. HEX triplet: 98, 00 and 5F. RGB value is (152,0,95). Sum of RGB (Red+Green+Blue) = 152+0+95=247 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.54% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 152 - color contains mainly: red. Hex color #98005F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98005F is #67FFA0. Grayscale: #383838. Windows color (decimal): -6815649 or 6226072. OLE color: 6226072.

HSL color Cylindrical-coordinate representation of color #98005F: hue angle of 322.5º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #98005F is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 0 95 -
CMYK 0 1 0.38 0.40
HSL 322.5º 1% 0.3% -
HSV(B) 322.5º 1% 0.6% -
XYZ 15.01 7.5 11.48 -
YUV 56.28 149.86 196.28 -
System Red Green Blue C M Y K H S L
Decimal 152 0 95 0 1 0.38 0.40 322.5 1 0.3
Hex 98 0 5F 0 64 26 28 142 64 1E
Octal 230 0 137 0 144 46 50 502 144 36
Binary 10011000 0 1011111 0 1100100 100110 101000 101000010 1100100 11110

Color Harmonies of #98005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98005F

Black with #98005F

Text Example


Text Example

White with #98005F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98005F; }

 p { color: rgb(152,0,95); }

 H1.HeaderClassName
 {
   color: #98005F;
 }
 .AnyTagClassName
 {
   color: #98005F;
 }
</style>

background-color css

<style>
 a { background-color: #98005F; }

 a { background-color: rgb(152,0,95); }

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

border-color css

<style>
 span { border-color: #98005F; }

 span { border-color: rgb(152,0,95); }

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