#980262

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

Shades of Eggplant #980262

Tints of Eggplant #980262

Color information

#980262 (or 0x980262) is unknown color: approx Eggplant. HEX triplet: 98, 02 and 62. RGB value is (152,2,98). Sum of RGB (Red+Green+Blue) = 152+2+98=252 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.32% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 152 - color contains mainly: red. Hex color #980262 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980262 is #67FD9D. Grayscale: #393939. Windows color (decimal): -6815134 or 6423192. OLE color: 6423192.

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

Color convert

RGB152298-
CMYK00.990.360.40
HSL321.6º97.4%30.2%-
HSV(B)321.6º98.68%59.61%-
XYZ15.187.612.22-
YUV57.79150.7195.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 60.32%
GREEN value IS 2 (1.17% from 255) = 0.79%
BLUE value IS 98 (38.67% from 255) = 38.89%
R=60.32%
G=0.79%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15229800.990.360.40321.697.430.2
Hex982620632428142611e
Octal23021420143445050214136
Binary1001100010110001001100011100100101000101000010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980262; }

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

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

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

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

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

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

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

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