Html Css Color HEX #980671 Eggplant

📋 copy color: '#980671'

red 152 ◦ green 6 ◦ blue 113

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

Shades of Eggplant #980671

Tints of Eggplant #980671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 41.7%

R = 56.09%
G = 2.21%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#980671 (or 0x980671) is known color: Eggplant. HEX triplet: 98, 06 and 71. RGB value is (152,6,113). Sum of RGB (Red+Green+Blue) = 152+6+113=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #980671 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980671 is #67F98E. Grayscale: #3D3D3D. Windows color (decimal): -6814095 or 7407256. OLE color: 7407256.

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

Color convert

RGB 152 6 113 -
CMYK 0 0.96 0.26 0.40
HSL 316.03º 0.92% 0.31% -
HSV(B) 316.03º 0.96% 0.6% -
XYZ 15.99 8 16.32 -
YUV 61.85 156.87 192.3 -
System Red Green Blue C M Y K H S L
Decimal 152 6 113 0 0.96 0.26 0.40 316.03 0.92 0.31
Hex 98 6 71 0 60 1A 28 13C 5C 1F
Octal 230 6 161 0 140 32 50 474 134 37
Binary 10011000 110 1110001 0 1100000 11010 101000 100111100 1011100 11111

Color Harmonies of #980671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980671

Black with #980671

Text Example


Text Example

White with #980671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980671; }

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

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

background-color css

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

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

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

border-color css

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

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

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