Html Css Color HEX #98035C Eggplant

📋 copy color: '#98035C'

red 152 ◦ green 3 ◦ blue 92

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

Shades of Eggplant #98035C

Tints of Eggplant #98035C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.21%

 BLUE value IS 92 (36.33% from 255) = 37.25%

R = 61.54%
G = 1.21%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#98035C (or 0x98035C) is known color: Eggplant. HEX triplet: 98, 03 and 5C. RGB value is (152,3,92). Sum of RGB (Red+Green+Blue) = 152+3+92=247 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.54% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 152 - color contains mainly: red. Hex color #98035C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98035C is #67FCA3. Grayscale: #393939. Windows color (decimal): -6814884 or 6030232. OLE color: 6030232.

HSL color Cylindrical-coordinate representation of color #98035C: hue angle of 324.16º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #98035C is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 3 92 -
CMYK 0 0.98 0.39 0.40
HSL 324.16º 0.96% 0.3% -
HSV(B) 324.16º 0.98% 0.6% -
XYZ 14.91 7.51 10.79 -
YUV 57.7 147.36 195.26 -
System Red Green Blue C M Y K H S L
Decimal 152 3 92 0 0.98 0.39 0.40 324.16 0.96 0.3
Hex 98 3 5C 0 62 27 28 144 60 1E
Octal 230 3 134 0 142 47 50 504 140 36
Binary 10011000 11 1011100 0 1100010 100111 101000 101000100 1100000 11110

Color Harmonies of #98035C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98035C

Black with #98035C

Text Example


Text Example

White with #98035C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,3,92); }

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

background-color css

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

 a { background-color: rgb(152,3,92); }

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

border-color css

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

 span { border-color: rgb(152,3,92); }

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