Html Css Color HEX #980562 Eggplant

📋 copy color: '#980562'

red 152 ◦ green 5 ◦ blue 98

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

Shades of Eggplant #980562

Tints of Eggplant #980562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 38.43%

R = 59.61%
G = 1.96%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#980562 (or 0x980562) is known color: Eggplant. HEX triplet: 98, 05 and 62. RGB value is (152,5,98). Sum of RGB (Red+Green+Blue) = 152+5+98=255 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.61% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 98 (38.67% from 255 or 38.43% from 255); Max value from RGB is 152 - color contains mainly: red. Hex color #980562 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980562 is #67FA9D. Grayscale: #3B3B3B. Windows color (decimal): -6814366 or 6423960. OLE color: 6423960.

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

Color convert

RGB 152 5 98 -
CMYK 0 0.97 0.36 0.40
HSL 322.04º 0.94% 0.31% -
HSV(B) 322.04º 0.97% 0.6% -
XYZ 15.21 7.67 12.23 -
YUV 59.56 149.7 193.94 -
System Red Green Blue C M Y K H S L
Decimal 152 5 98 0 0.97 0.36 0.40 322.04 0.94 0.31
Hex 98 5 62 0 61 24 28 142 5E 1F
Octal 230 5 142 0 141 44 50 502 136 37
Binary 10011000 101 1100010 0 1100001 100100 101000 101000010 1011110 11111

Color Harmonies of #980562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980562

Black with #980562

Text Example


Text Example

White with #980562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980562; }

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

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

background-color css

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

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

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

border-color css

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

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

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