#980769

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

Shades of Eggplant #980769

Tints of Eggplant #980769

Color information

#980769 (or 0x980769) is unknown color: approx Eggplant. HEX triplet: 98, 07 and 69. RGB value is (152,7,105). Sum of RGB (Red+Green+Blue) = 152+7+105=264 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.58% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 105 (41.41% from 255 or 39.77% from 264); Max value from RGB is 152 - color contains mainly: red. Hex color #980769 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980769 is #67F896. Grayscale: #3D3D3D. Windows color (decimal): -6813847 or 6883224. OLE color: 6883224.

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

Color convert

RGB1527105-
CMYK00.950.310.40
HSL319.45º91.19%31.18%-
HSV(B)319.45º95.39%59.61%-
XYZ15.577.8514.06-
YUV61.53152.54192.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.58%
GREEN value IS 7 (3.12% from 255) = 2.65%
BLUE value IS 105 (41.41% from 255) = 39.77%
R=57.58%
G=2.65%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152710500.950.310.40319.4591.1931.18
Hex9876905F1F2813f5b1f
Octal23071510137375047713337
Binary1001100011111010010101111111111101000100111111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980769; }

 p { color: rgb(152,7,105); }

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

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

 a { background-color: rgb(152,7,105); }

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

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

 span { border-color: rgb(152,7,105); }

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