Html Css Color HEX #98106C Eggplant

📋 copy color: '#98106C'

red 152 ◦ green 16 ◦ blue 108

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

Shades of Eggplant #98106C

Tints of Eggplant #98106C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.8%

 BLUE value IS 108 (42.58% from 255) = 39.13%

R = 55.07%
G = 5.8%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#98106C (or 0x98106C) is known color: Eggplant. HEX triplet: 98, 10 and 6C. RGB value is (152,16,108). Sum of RGB (Red+Green+Blue) = 152+16+108=276 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.07% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 152 - color contains mainly: red. Hex color #98106C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98106C is #67EF93. Grayscale: #424242. Windows color (decimal): -6811540 or 7082136. OLE color: 7082136.

HSL color Cylindrical-coordinate representation of color #98106C: hue angle of 319.41º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #98106C is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 16 108 -
CMYK 0 0.89 0.29 0.40
HSL 319.41º 0.81% 0.33% -
HSV(B) 319.41º 0.89% 0.6% -
XYZ 15.84 8.13 14.92 -
YUV 67.15 151.06 188.52 -
System Red Green Blue C M Y K H S L
Decimal 152 16 108 0 0.89 0.29 0.40 319.41 0.81 0.33
Hex 98 10 6C 0 59 1D 28 13F 51 21
Octal 230 20 154 0 131 35 50 477 121 41
Binary 10011000 10000 1101100 0 1011001 11101 101000 100111111 1010001 100001

Color Harmonies of #98106C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98106C

Black with #98106C

Text Example


Text Example

White with #98106C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,16,108); }

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

background-color css

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

 a { background-color: rgb(152,16,108); }

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

border-color css

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

 span { border-color: rgb(152,16,108); }

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