Html Css Color HEX #980158 Eggplant

📋 copy color: '#980158'

red 152 ◦ green 1 ◦ blue 88

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

Shades of Eggplant #980158

Tints of Eggplant #980158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 36.51%

R = 63.07%
G = 0.41%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#980158 (or 0x980158) is known color: Eggplant. HEX triplet: 98, 01 and 58. RGB value is (152,1,88). Sum of RGB (Red+Green+Blue) = 152+1+88=241 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.07% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 152 - color contains mainly: red. Hex color #980158 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980158 is #67FEA7. Grayscale: #373737. Windows color (decimal): -6815400 or 5767576. OLE color: 5767576.

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

Color convert

RGB 152 1 88 -
CMYK 0 0.99 0.42 0.40
HSL 325.43º 0.99% 0.3% -
HSV(B) 325.43º 0.99% 0.6% -
XYZ 14.72 7.4 9.89 -
YUV 56.07 146.03 196.43 -
System Red Green Blue C M Y K H S L
Decimal 152 1 88 0 0.99 0.42 0.40 325.43 0.99 0.3
Hex 98 1 58 0 63 2A 28 145 63 1E
Octal 230 1 130 0 143 52 50 505 143 36
Binary 10011000 1 1011000 0 1100011 101010 101000 101000101 1100011 11110

Color Harmonies of #980158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980158

Black with #980158

Text Example


Text Example

White with #980158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980158; }

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

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

background-color css

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

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

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

border-color css

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

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

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