Html Css Color HEX #980460 Eggplant

📋 copy color: '#980460'

red 152 ◦ green 4 ◦ blue 96

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

Shades of Eggplant #980460

Tints of Eggplant #980460

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.59%

 BLUE value IS 96 (37.89% from 255) = 38.1%

R = 60.32%
G = 1.59%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#980460 (or 0x980460) is known color: Eggplant. HEX triplet: 98, 04 and 60. RGB value is (152,4,96). Sum of RGB (Red+Green+Blue) = 152+4+96=252 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.32% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 152 - color contains mainly: red. Hex color #980460 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980460 is #67FB9F. Grayscale: #3A3A3A. Windows color (decimal): -6814624 or 6292632. OLE color: 6292632.

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

Color convert

RGB 152 4 96 -
CMYK 0 0.97 0.37 0.40
HSL 322.7º 0.95% 0.31% -
HSV(B) 322.7º 0.97% 0.6% -
XYZ 15.1 7.61 11.74 -
YUV 58.74 149.03 194.52 -
System Red Green Blue C M Y K H S L
Decimal 152 4 96 0 0.97 0.37 0.40 322.7 0.95 0.31
Hex 98 4 60 0 61 25 28 143 5F 1F
Octal 230 4 140 0 141 45 50 503 137 37
Binary 10011000 100 1100000 0 1100001 100101 101000 101000011 1011111 11111

Color Harmonies of #980460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980460

Black with #980460

Text Example


Text Example

White with #980460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980460; }

 p { color: rgb(152,4,96); }

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

background-color css

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

 a { background-color: rgb(152,4,96); }

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

border-color css

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

 span { border-color: rgb(152,4,96); }

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