Html Css Color HEX #980161 Eggplant

📋 copy color: '#980161'

red 152 ◦ green 1 ◦ blue 97

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

Shades of Eggplant #980161

Tints of Eggplant #980161

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 60.8%
G = 0.4%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#980161 (or 0x980161) is known color: Eggplant. HEX triplet: 98, 01 and 61. RGB value is (152,1,97). Sum of RGB (Red+Green+Blue) = 152+1+97=250 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.8% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 97 (38.28% from 255 or 38.8% from 250); Max value from RGB is 152 - color contains mainly: red. Hex color #980161 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980161 is #67FE9E. Grayscale: #383838. Windows color (decimal): -6815391 or 6357400. OLE color: 6357400.

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

Color convert

RGB 152 1 97 -
CMYK 0 0.99 0.36 0.40
HSL 321.85º 0.99% 0.3% -
HSV(B) 321.85º 0.99% 0.6% -
XYZ 15.12 7.56 11.97 -
YUV 57.09 150.53 195.69 -
System Red Green Blue C M Y K H S L
Decimal 152 1 97 0 0.99 0.36 0.40 321.85 0.99 0.3
Hex 98 1 61 0 63 24 28 142 63 1E
Octal 230 1 141 0 143 44 50 502 143 36
Binary 10011000 1 1100001 0 1100011 100100 101000 101000010 1100011 11110

Color Harmonies of #980161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980161

Black with #980161

Text Example


Text Example

White with #980161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980161; }

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

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

background-color css

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

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

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

border-color css

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

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

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