Html Css Color HEX #980568 Eggplant

📋 copy color: '#980568'

red 152 ◦ green 5 ◦ blue 104

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

Shades of Eggplant #980568

Tints of Eggplant #980568

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.92%

 BLUE value IS 104 (41.02% from 255) = 39.85%

R = 58.24%
G = 1.92%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#980568 (or 0x980568) is known color: Eggplant. HEX triplet: 98, 05 and 68. RGB value is (152,5,104). Sum of RGB (Red+Green+Blue) = 152+5+104=261 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.24% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 152 - color contains mainly: red. Hex color #980568 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980568 is #67FA97. Grayscale: #3B3B3B. Windows color (decimal): -6814360 or 6817176. OLE color: 6817176.

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

Color convert

RGB 152 5 104 -
CMYK 0 0.97 0.32 0.40
HSL 319.59º 0.94% 0.31% -
HSV(B) 319.59º 0.97% 0.6% -
XYZ 15.5 7.78 13.78 -
YUV 60.24 152.7 193.45 -
System Red Green Blue C M Y K H S L
Decimal 152 5 104 0 0.97 0.32 0.40 319.59 0.94 0.31
Hex 98 5 68 0 61 20 28 140 5E 1F
Octal 230 5 150 0 141 40 50 500 136 37
Binary 10011000 101 1101000 0 1100001 100000 101000 101000000 1011110 11111

Color Harmonies of #980568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980568

Black with #980568

Text Example


Text Example

White with #980568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980568; }

 p { color: rgb(152,5,104); }

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

background-color css

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

 a { background-color: rgb(152,5,104); }

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

border-color css

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

 span { border-color: rgb(152,5,104); }

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