Html Css Color HEX #980A64 Eggplant

📋 copy color: '#980A64'

red 152 ◦ green 10 ◦ blue 100

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

Shades of Eggplant #980A64

Tints of Eggplant #980A64

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.82%

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

R = 58.02%
G = 3.82%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#980A64 (or 0x980A64) is known color: Eggplant. HEX triplet: 98, 0A and 64. RGB value is (152,10,100). Sum of RGB (Red+Green+Blue) = 152+10+100=262 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.02% from 262); Green value is 10 (4.30% from 255 or 3.82% from 262); Blue value is 100 (39.45% from 255 or 38.17% from 262); Max value from RGB is 152 - color contains mainly: red. Hex color #980A64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980A64 is #67F59B. Grayscale: #3E3E3E. Windows color (decimal): -6813084 or 6556312. OLE color: 6556312.

HSL color Cylindrical-coordinate representation of color #980A64: hue angle of 321.97º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980A64 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 10 100 -
CMYK 0 0.93 0.34 0.40
HSL 321.97º 0.88% 0.32% -
HSV(B) 321.97º 0.93% 0.6% -
XYZ 15.36 7.81 12.76 -
YUV 62.72 149.04 191.68 -
System Red Green Blue C M Y K H S L
Decimal 152 10 100 0 0.93 0.34 0.40 321.97 0.88 0.32
Hex 98 A 64 0 5D 22 28 142 58 20
Octal 230 12 144 0 135 42 50 502 130 40
Binary 10011000 1010 1100100 0 1011101 100010 101000 101000010 1011000 100000

Color Harmonies of #980A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980A64

Black with #980A64

Text Example


Text Example

White with #980A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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