#980068

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

Shades of Eggplant #980068

Tints of Eggplant #980068

Color information

#980068 (or 0x980068) is unknown color: approx Eggplant. HEX triplet: 98, 00 and 68. RGB value is (152,0,104). Sum of RGB (Red+Green+Blue) = 152+0+104=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #980068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980068 is #67FF97. Grayscale: #393939. Windows color (decimal): -6815640 or 6815896. OLE color: 6815896.

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

Color convert

RGB1520104-
CMYK010.320.40
HSL318.95º100%29.8%-
HSV(B)318.95º100%59.61%-
XYZ15.457.6713.76-
YUV57.3154.36195.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 59.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 104 (41.02% from 255) = 40.62%
R=59.38%
G=0%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1520104010.320.40318.9510029.8
Hex98068064202813f641e
Octal23001500144405047714436
Binary100110000110100001100100100000101000100111111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980068; }

 p { color: rgb(152,0,104); }

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

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

 a { background-color: rgb(152,0,104); }

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

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

 span { border-color: rgb(152,0,104); }

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