Html Css Color HEX #980678 Eggplant

📋 copy color: '#980678'

red 152 ◦ green 6 ◦ blue 120

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

Shades of Eggplant #980678

Tints of Eggplant #980678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 43.17%

R = 54.68%
G = 2.16%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#980678 (or 0x980678) is known color: Eggplant. HEX triplet: 98, 06 and 78. RGB value is (152,6,120). Sum of RGB (Red+Green+Blue) = 152+6+120=278 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.68% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 152 - color contains mainly: red. Hex color #980678 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980678 is #67F987. Grayscale: #3E3E3E. Windows color (decimal): -6814088 or 7866008. OLE color: 7866008.

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

Color convert

RGB 152 6 120 -
CMYK 0 0.96 0.21 0.40
HSL 313.15º 0.92% 0.31% -
HSV(B) 313.15º 0.96% 0.6% -
XYZ 16.4 8.16 18.48 -
YUV 62.65 160.37 191.73 -
System Red Green Blue C M Y K H S L
Decimal 152 6 120 0 0.96 0.21 0.40 313.15 0.92 0.31
Hex 98 6 78 0 60 15 28 139 5C 1F
Octal 230 6 170 0 140 25 50 471 134 37
Binary 10011000 110 1111000 0 1100000 10101 101000 100111001 1011100 11111

Color Harmonies of #980678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980678

Black with #980678

Text Example


Text Example

White with #980678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980678; }

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

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

background-color css

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

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

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

border-color css

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

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

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