Html Css Color HEX #980964 Eggplant

📋 copy color: '#980964'

red 152 ◦ green 9 ◦ blue 100

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

Shades of Eggplant #980964

Tints of Eggplant #980964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 38.31%

R = 58.24%
G = 3.45%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#980964 (or 0x980964) is known color: Eggplant. HEX triplet: 98, 09 and 64. RGB value is (152,9,100). Sum of RGB (Red+Green+Blue) = 152+9+100=261 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.24% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 100 (39.45% from 255 or 38.31% from 261); Max value from RGB is 152 - color contains mainly: red. Hex color #980964 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980964 is #67F69B. Grayscale: #3D3D3D. Windows color (decimal): -6813340 or 6556056. OLE color: 6556056.

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

Color convert

RGB 152 9 100 -
CMYK 0 0.94 0.34 0.40
HSL 321.82º 0.89% 0.32% -
HSV(B) 321.82º 0.94% 0.6% -
XYZ 15.35 7.79 12.75 -
YUV 62.13 149.38 192.1 -
System Red Green Blue C M Y K H S L
Decimal 152 9 100 0 0.94 0.34 0.40 321.82 0.89 0.32
Hex 98 9 64 0 5E 22 28 142 59 20
Octal 230 11 144 0 136 42 50 502 131 40
Binary 10011000 1001 1100100 0 1011110 100010 101000 101000010 1011001 100000

Color Harmonies of #980964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980964

Black with #980964

Text Example


Text Example

White with #980964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980964; }

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

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

background-color css

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

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

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

border-color css

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

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

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