Html Css Color HEX #980675 Eggplant

📋 copy color: '#980675'

red 152 ◦ green 6 ◦ blue 117

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

Shades of Eggplant #980675

Tints of Eggplant #980675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.55%

R = 55.27%
G = 2.18%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#980675 (or 0x980675) is known color: Eggplant. HEX triplet: 98, 06 and 75. RGB value is (152,6,117). Sum of RGB (Red+Green+Blue) = 152+6+117=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #980675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980675 is #67F98A. Grayscale: #3E3E3E. Windows color (decimal): -6814091 or 7669400. OLE color: 7669400.

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

Color convert

RGB 152 6 117 -
CMYK 0 0.96 0.23 0.40
HSL 314.38º 0.92% 0.31% -
HSV(B) 314.38º 0.96% 0.6% -
XYZ 16.22 8.09 17.54 -
YUV 62.31 158.87 191.97 -
System Red Green Blue C M Y K H S L
Decimal 152 6 117 0 0.96 0.23 0.40 314.38 0.92 0.31
Hex 98 6 75 0 60 17 28 13A 5C 1F
Octal 230 6 165 0 140 27 50 472 134 37
Binary 10011000 110 1110101 0 1100000 10111 101000 100111010 1011100 11111

Color Harmonies of #980675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980675

Black with #980675

Text Example


Text Example

White with #980675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980675; }

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

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

background-color css

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

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

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

border-color css

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

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

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