#980257

Color #980257 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #980257

Tints of Eggplant #980257

Color information

#980257 (or 0x980257) is unknown color: approx Eggplant. HEX triplet: 98, 02 and 57. RGB value is (152,2,87). Sum of RGB (Red+Green+Blue) = 152+2+87=241 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.07% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 87 (34.38% from 255 or 36.10% from 241); Max value from RGB is 152 - color contains mainly: red. Hex color #980257 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980257 is #67FDA8. Grayscale: #383838. Windows color (decimal): -6815145 or 5702296. OLE color: 5702296.

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

Color convert

RGB152287-
CMYK00.990.430.40
HSL326º97.4%30.2%-
HSV(B)326º98.68%59.61%-
XYZ14.697.419.67-
YUV56.54145.2196.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 63.07%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 87 (34.38% from 255) = 36.10%
R=63.07%
G=0.83%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15228700.990.430.4032697.430.2
Hex982570632B28146611e
Octal23021270143535050614136
Binary1001100010101011101100011101011101000101000110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980257; }

 p { color: rgb(152,2,87); }

 H1.HeaderClassName
 {
   color: #980257;
 }
 .AnyTagClassName
 {
   color: #980257;
 }
</style>
background-color css

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

 a { background-color: rgb(152,2,87); }

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

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

 span { border-color: rgb(152,2,87); }

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