Html Css Color HEX #980672 Eggplant

📋 copy color: '#980672'

red 152 ◦ green 6 ◦ blue 114

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

Shades of Eggplant #980672

Tints of Eggplant #980672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 41.91%

R = 55.88%
G = 2.21%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#980672 (or 0x980672) is known color: Eggplant. HEX triplet: 98, 06 and 72. RGB value is (152,6,114). Sum of RGB (Red+Green+Blue) = 152+6+114=272 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.88% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 114 (44.92% from 255 or 41.91% from 272); Max value from RGB is 152 - color contains mainly: red. Hex color #980672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980672 is #67F98D. Grayscale: #3D3D3D. Windows color (decimal): -6814094 or 7472792. OLE color: 7472792.

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

Color convert

RGB 152 6 114 -
CMYK 0 0.96 0.25 0.40
HSL 315.62º 0.92% 0.31% -
HSV(B) 315.62º 0.96% 0.6% -
XYZ 16.05 8.02 16.62 -
YUV 61.97 157.37 192.22 -
System Red Green Blue C M Y K H S L
Decimal 152 6 114 0 0.96 0.25 0.40 315.62 0.92 0.31
Hex 98 6 72 0 60 19 28 13C 5C 1F
Octal 230 6 162 0 140 31 50 474 134 37
Binary 10011000 110 1110010 0 1100000 11001 101000 100111100 1011100 11111

Color Harmonies of #980672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980672

Black with #980672

Text Example


Text Example

White with #980672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980672; }

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

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

background-color css

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

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

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

border-color css

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

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

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