#930061

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

Shades of Eggplant #930061

Tints of Eggplant #930061

Color information

#930061 (or 0x930061) is unknown color: approx Eggplant. HEX triplet: 93, 00 and 61. RGB value is (147,0,97). Sum of RGB (Red+Green+Blue) = 147+0+97=244 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.25% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 147 - color contains mainly: red. Hex color #930061 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930061 is #6CFF9E. Grayscale: #363636. Windows color (decimal): -7143327 or 6357139. OLE color: 6357139.

HSL color Cylindrical-coordinate representation of color #930061: hue angle of 320.41º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #930061 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB147097-
CMYK010.340.42
HSL320.41º100%28.82%-
HSV(B)320.41º100%57.65%-
XYZ14.197.0711.93-
YUV55.01151.7193.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 60.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 97 (38.28% from 255) = 39.75%
R=60.25%
G=0%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147097010.340.42320.4110028.82
Hex93061064222A140641d
Octal22301410144425250014435
Binary100100110110000101100100100010101010101000000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930061; }

 p { color: rgb(147,0,97); }

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

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

 a { background-color: rgb(147,0,97); }

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

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

 span { border-color: rgb(147,0,97); }

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