Html Css Color HEX #980961 Eggplant

📋 copy color: '#980961'

red 152 ◦ green 9 ◦ blue 97

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

Shades of Eggplant #980961

Tints of Eggplant #980961

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.49%

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

R = 58.91%
G = 3.49%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#980961 (or 0x980961) is known color: Eggplant. HEX triplet: 98, 09 and 61. RGB value is (152,9,97). Sum of RGB (Red+Green+Blue) = 152+9+97=258 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.91% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 152 - color contains mainly: red. Hex color #980961 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980961 is #67F69E. Grayscale: #3D3D3D. Windows color (decimal): -6813343 or 6359448. OLE color: 6359448.

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

Color convert

RGB 152 9 97 -
CMYK 0 0.94 0.36 0.40
HSL 323.08º 0.89% 0.32% -
HSV(B) 323.08º 0.94% 0.6% -
XYZ 15.2 7.73 12 -
YUV 61.79 147.88 192.34 -
System Red Green Blue C M Y K H S L
Decimal 152 9 97 0 0.94 0.36 0.40 323.08 0.89 0.32
Hex 98 9 61 0 5E 24 28 143 59 20
Octal 230 11 141 0 136 44 50 503 131 40
Binary 10011000 1001 1100001 0 1011110 100100 101000 101000011 1011001 100000

Color Harmonies of #980961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980961

Black with #980961

Text Example


Text Example

White with #980961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980961; }

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

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

background-color css

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

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

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

border-color css

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

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

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