#94065B

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

Shades of Eggplant #94065B

Tints of Eggplant #94065B

Color information

#94065B (or 0x94065B) is unknown color: approx Eggplant. HEX triplet: 94, 06 and 5B. RGB value is (148,6,91). Sum of RGB (Red+Green+Blue) = 148+6+91=245 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.41% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 148 - color contains mainly: red. Hex color #94065B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94065B is #6BF9A4. Grayscale: #393939. Windows color (decimal): -7076261 or 5965460. OLE color: 5965460.

HSL color Cylindrical-coordinate representation of color #94065B: hue angle of 324.08º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #94065B is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB148691-
CMYK00.960.390.42
HSL324.08º92.21%30.2%-
HSV(B)324.08º95.95%58.04%-
XYZ14.177.1810.54-
YUV58.15146.54192.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 60.41%
GREEN value IS 6 (2.73% from 255) = 2.45%
BLUE value IS 91 (35.94% from 255) = 37.14%
R=60.41%
G=2.45%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14869100.960.390.42324.0892.2130.2
Hex9465B060272A1445c1e
Octal22461330140475250413436
Binary10010100110101101101100000100111101010101000100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94065B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94065B; }

 p { color: rgb(148,6,91); }

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

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

 a { background-color: rgb(148,6,91); }

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

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

 span { border-color: rgb(148,6,91); }

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