Html Css Color HEX #980674 Eggplant

📋 copy color: '#980674'

red 152 ◦ green 6 ◦ blue 116

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

Shades of Eggplant #980674

Tints of Eggplant #980674

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.19%

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

R = 55.47%
G = 2.19%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#980674 (or 0x980674) is known color: Eggplant. HEX triplet: 98, 06 and 74. RGB value is (152,6,116). Sum of RGB (Red+Green+Blue) = 152+6+116=274 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.47% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 116 (45.70% from 255 or 42.34% from 274); Max value from RGB is 152 - color contains mainly: red. Hex color #980674 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980674 is #67F98B. Grayscale: #3D3D3D. Windows color (decimal): -6814092 or 7603864. OLE color: 7603864.

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

Color convert

RGB 152 6 116 -
CMYK 0 0.96 0.24 0.40
HSL 314.79º 0.92% 0.31% -
HSV(B) 314.79º 0.96% 0.6% -
XYZ 16.17 8.07 17.23 -
YUV 62.19 158.37 192.06 -
System Red Green Blue C M Y K H S L
Decimal 152 6 116 0 0.96 0.24 0.40 314.79 0.92 0.31
Hex 98 6 74 0 60 18 28 13B 5C 1F
Octal 230 6 164 0 140 30 50 473 134 37
Binary 10011000 110 1110100 0 1100000 11000 101000 100111011 1011100 11111

Color Harmonies of #980674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980674

Black with #980674

Text Example


Text Example

White with #980674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980674; }

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

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

background-color css

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

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

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

border-color css

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

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

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