Html Css Color HEX #98005D Eggplant

📋 copy color: '#98005D'

red 152 ◦ green 0 ◦ blue 93

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

Shades of Eggplant #98005D

Tints of Eggplant #98005D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 37.96%

R = 62.04%
G = 0%
B = 37.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#98005D (or 0x98005D) is known color: Eggplant. HEX triplet: 98, 00 and 5D. RGB value is (152,0,93). Sum of RGB (Red+Green+Blue) = 152+0+93=245 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.04% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 152 - color contains mainly: red. Hex color #98005D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98005D is #67FFA2. Grayscale: #373737. Windows color (decimal): -6815651 or 6095000. OLE color: 6095000.

HSL color Cylindrical-coordinate representation of color #98005D: hue angle of 323.29º 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 #98005D is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 0 93 -
CMYK 0 1 0.39 0.40
HSL 323.29º 1% 0.3% -
HSV(B) 323.29º 1% 0.6% -
XYZ 14.92 7.47 11.01 -
YUV 56.05 148.86 196.44 -
System Red Green Blue C M Y K H S L
Decimal 152 0 93 0 1 0.39 0.40 323.29 1 0.3
Hex 98 0 5D 0 64 27 28 143 64 1E
Octal 230 0 135 0 144 47 50 503 144 36
Binary 10011000 0 1011101 0 1100100 100111 101000 101000011 1100100 11110

Color Harmonies of #98005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98005D

Black with #98005D

Text Example


Text Example

White with #98005D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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