Html Css Color HEX #98096B Eggplant

📋 copy color: '#98096B'

red 152 ◦ green 9 ◦ blue 107

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

Shades of Eggplant #98096B

Tints of Eggplant #98096B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.36%

 BLUE value IS 107 (42.19% from 255) = 39.93%

R = 56.72%
G = 3.36%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#98096B (or 0x98096B) is known color: Eggplant. HEX triplet: 98, 09 and 6B. RGB value is (152,9,107). Sum of RGB (Red+Green+Blue) = 152+9+107=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #98096B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98096B is #67F694. Grayscale: #3E3E3E. Windows color (decimal): -6813333 or 7014808. OLE color: 7014808.

HSL color Cylindrical-coordinate representation of color #98096B: hue angle of 318.88º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #98096B is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 9 107 -
CMYK 0 0.94 0.30 0.40
HSL 318.88º 0.89% 0.32% -
HSV(B) 318.88º 0.94% 0.6% -
XYZ 15.7 7.93 14.61 -
YUV 62.93 152.88 191.53 -
System Red Green Blue C M Y K H S L
Decimal 152 9 107 0 0.94 0.30 0.40 318.88 0.89 0.32
Hex 98 9 6B 0 5E 1E 28 13F 59 20
Octal 230 11 153 0 136 36 50 477 131 40
Binary 10011000 1001 1101011 0 1011110 11110 101000 100111111 1011001 100000

Color Harmonies of #98096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98096B

Black with #98096B

Text Example


Text Example

White with #98096B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98096B; }

 p { color: rgb(152,9,107); }

 H1.HeaderClassName
 {
   color: #98096B;
 }
 .AnyTagClassName
 {
   color: #98096B;
 }
</style>

background-color css

<style>
 a { background-color: #98096B; }

 a { background-color: rgb(152,9,107); }

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

border-color css

<style>
 span { border-color: #98096B; }

 span { border-color: rgb(152,9,107); }

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