Html Css Color HEX #980661 Eggplant

📋 copy color: '#980661'

red 152 ◦ green 6 ◦ blue 97

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

Shades of Eggplant #980661

Tints of Eggplant #980661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 38.04%

R = 59.61%
G = 2.35%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#980661 (or 0x980661) is known color: Eggplant. HEX triplet: 98, 06 and 61. RGB value is (152,6,97). Sum of RGB (Red+Green+Blue) = 152+6+97=255 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.61% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 152 - color contains mainly: red. Hex color #980661 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980661 is #67F99E. Grayscale: #3B3B3B. Windows color (decimal): -6814111 or 6358680. OLE color: 6358680.

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

Color convert

RGB 152 6 97 -
CMYK 0 0.96 0.36 0.40
HSL 322.6º 0.92% 0.31% -
HSV(B) 322.6º 0.96% 0.6% -
XYZ 15.17 7.67 11.99 -
YUV 60.03 148.87 193.6 -
System Red Green Blue C M Y K H S L
Decimal 152 6 97 0 0.96 0.36 0.40 322.6 0.92 0.31
Hex 98 6 61 0 60 24 28 143 5C 1F
Octal 230 6 141 0 140 44 50 503 134 37
Binary 10011000 110 1100001 0 1100000 100100 101000 101000011 1011100 11111

Color Harmonies of #980661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980661

Black with #980661

Text Example


Text Example

White with #980661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980661; }

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

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

background-color css

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

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

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

border-color css

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

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

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