Html Css Color HEX #981074 Eggplant

📋 copy color: '#981074'

red 152 ◦ green 16 ◦ blue 116

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

Shades of Eggplant #981074

Tints of Eggplant #981074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.85%

R = 53.52%
G = 5.63%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#981074 (or 0x981074) is known color: Eggplant. HEX triplet: 98, 10 and 74. RGB value is (152,16,116). Sum of RGB (Red+Green+Blue) = 152+16+116=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #981074 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981074 is #67EF8B. Grayscale: #434343. Windows color (decimal): -6811532 or 7606424. OLE color: 7606424.

HSL color Cylindrical-coordinate representation of color #981074: hue angle of 315.88º 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 #981074 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 16 116 -
CMYK 0 0.89 0.24 0.40
HSL 315.88º 0.81% 0.33% -
HSV(B) 315.88º 0.89% 0.6% -
XYZ 16.29 8.31 17.27 -
YUV 68.06 155.06 187.87 -
System Red Green Blue C M Y K H S L
Decimal 152 16 116 0 0.89 0.24 0.40 315.88 0.81 0.33
Hex 98 10 74 0 59 18 28 13C 51 21
Octal 230 20 164 0 131 30 50 474 121 41
Binary 10011000 10000 1110100 0 1011001 11000 101000 100111100 1010001 100001

Color Harmonies of #981074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981074

Black with #981074

Text Example


Text Example

White with #981074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981074; }

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

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

background-color css

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

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

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

border-color css

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

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

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