Html Css Color HEX #980257 Eggplant

📋 copy color: '#980257'

red 152 ◦ green 2 ◦ blue 87

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

Shades of Eggplant #980257

Tints of Eggplant #980257

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.1%

R = 63.07%
G = 0.83%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#980257 (or 0x980257) is known color: 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

RGB 152 2 87 -
CMYK 0 0.99 0.43 0.40
HSL 326º 0.97% 0.3% -
HSV(B) 326º 0.99% 0.6% -
XYZ 14.69 7.41 9.67 -
YUV 56.54 145.2 196.09 -
System Red Green Blue C M Y K H S L
Decimal 152 2 87 0 0.99 0.43 0.40 326 0.97 0.3
Hex 98 2 57 0 63 2B 28 146 61 1E
Octal 230 2 127 0 143 53 50 506 141 36
Binary 10011000 10 1010111 0 1100011 101011 101000 101000110 1100001 11110

Color Harmonies of #980257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980257

Black with #980257

Text Example


Text Example

White with #980257

Text Example


Text Example

HTML Codes & Css Web 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>