Html Css Color HEX #98076B Eggplant

📋 copy color: '#98076B'

red 152 ◦ green 7 ◦ blue 107

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

Shades of Eggplant #98076B

Tints of Eggplant #98076B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.63%

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

R = 57.14%
G = 2.63%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#98076B (or 0x98076B) is known color: Eggplant. HEX triplet: 98, 07 and 6B. RGB value is (152,7,107). Sum of RGB (Red+Green+Blue) = 152+7+107=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #98076B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98076B is #67F894. Grayscale: #3D3D3D. Windows color (decimal): -6813845 or 7014296. OLE color: 7014296.

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

Color convert

RGB 152 7 107 -
CMYK 0 0.95 0.30 0.40
HSL 318.62º 0.91% 0.31% -
HSV(B) 318.62º 0.95% 0.6% -
XYZ 15.68 7.89 14.61 -
YUV 61.76 153.54 192.37 -
System Red Green Blue C M Y K H S L
Decimal 152 7 107 0 0.95 0.30 0.40 318.62 0.91 0.31
Hex 98 7 6B 0 5F 1E 28 13F 5B 1F
Octal 230 7 153 0 137 36 50 477 133 37
Binary 10011000 111 1101011 0 1011111 11110 101000 100111111 1011011 11111

Color Harmonies of #98076B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98076B

Black with #98076B

Text Example


Text Example

White with #98076B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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