Html Css Color HEX #981274 Eggplant

📋 copy color: '#981274'

red 152 ◦ green 18 ◦ blue 116

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

Shades of Eggplant #981274

Tints of Eggplant #981274

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.29%

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

R = 53.15%
G = 6.29%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#981274 (or 0x981274) is known color: Eggplant. HEX triplet: 98, 12 and 74. RGB value is (152,18,116). Sum of RGB (Red+Green+Blue) = 152+18+116=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #981274 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981274 is #67ED8B. Grayscale: #444444. Windows color (decimal): -6811020 or 7606936. OLE color: 7606936.

HSL color Cylindrical-coordinate representation of color #981274: hue angle of 316.12º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981274 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 18 116 -
CMYK 0 0.88 0.24 0.40
HSL 316.12º 0.79% 0.33% -
HSV(B) 316.12º 0.88% 0.6% -
XYZ 16.32 8.37 17.28 -
YUV 69.24 154.39 187.03 -
System Red Green Blue C M Y K H S L
Decimal 152 18 116 0 0.88 0.24 0.40 316.12 0.79 0.33
Hex 98 12 74 0 58 18 28 13C 4F 21
Octal 230 22 164 0 130 30 50 474 117 41
Binary 10011000 10010 1110100 0 1011000 11000 101000 100111100 1001111 100001

Color Harmonies of #981274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981274

Black with #981274

Text Example


Text Example

White with #981274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981274; }

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

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

background-color css

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

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

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

border-color css

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

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

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