#94025B

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

Shades of Eggplant #94025B

Tints of Eggplant #94025B

Color information

#94025B (or 0x94025B) is unknown color: approx Eggplant. HEX triplet: 94, 02 and 5B. RGB value is (148,2,91). Sum of RGB (Red+Green+Blue) = 148+2+91=241 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.41% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 148 - color contains mainly: red. Hex color #94025B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94025B is #6BFDA4. Grayscale: #373737. Windows color (decimal): -7077285 or 5964436. OLE color: 5964436.

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

Color convert

RGB148291-
CMYK00.990.390.42
HSL323.42º97.33%29.41%-
HSV(B)323.42º98.65%58.04%-
XYZ14.127.0910.52-
YUV55.8147.87193.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 61.41%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 91 (35.94% from 255) = 37.76%
R=61.41%
G=0.83%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14829100.990.390.42323.4297.3329.41
Hex9425B063272A143611d
Octal22421330143475250314135
Binary1001010010101101101100011100111101010101000011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94025B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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