Html Css Color HEX #980461 Eggplant

📋 copy color: '#980461'

red 152 ◦ green 4 ◦ blue 97

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

Shades of Eggplant #980461

Tints of Eggplant #980461

RGB

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

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

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

R = 60.08%
G = 1.58%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#980461 (or 0x980461) is known color: Eggplant. HEX triplet: 98, 04 and 61. RGB value is (152,4,97). Sum of RGB (Red+Green+Blue) = 152+4+97=253 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.08% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 97 (38.28% from 255 or 38.34% from 253); Max value from RGB is 152 - color contains mainly: red. Hex color #980461 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980461 is #67FB9E. Grayscale: #3A3A3A. Windows color (decimal): -6814623 or 6358168. OLE color: 6358168.

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

Color convert

RGB 152 4 97 -
CMYK 0 0.97 0.36 0.40
HSL 322.3º 0.95% 0.31% -
HSV(B) 322.3º 0.97% 0.6% -
XYZ 15.15 7.63 11.98 -
YUV 58.85 149.53 194.44 -
System Red Green Blue C M Y K H S L
Decimal 152 4 97 0 0.97 0.36 0.40 322.3 0.95 0.31
Hex 98 4 61 0 61 24 28 142 5F 1F
Octal 230 4 141 0 141 44 50 502 137 37
Binary 10011000 100 1100001 0 1100001 100100 101000 101000010 1011111 11111

Color Harmonies of #980461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980461

Black with #980461

Text Example


Text Example

White with #980461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980461; }

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

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

background-color css

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

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

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

border-color css

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

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

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