#94288C

Color #94288C Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #94288C

Tints of Dark Purple #94288C

Color information

#94288C (or 0x94288C) is unknown color: approx Dark Purple. HEX triplet: 94, 28 and 8C. RGB value is (148,40,140). Sum of RGB (Red+Green+Blue) = 148+40+140=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #94288C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94288C is #6BD773. Grayscale: #535353. Windows color (decimal): -7067508 or 9185428. OLE color: 9185428.

HSL color Cylindrical-coordinate representation of color #94288C: hue angle of 304.44º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #94288C is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14840140-
CMYK00.730.050.42
HSL304.44º57.45%36.86%-
HSV(B)304.44º72.97%58.04%-
XYZ17.719.7125.75-
YUV83.69159.78173.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.12%
GREEN value IS 40 (16.02% from 255) = 12.20%
BLUE value IS 140 (55.08% from 255) = 42.68%
R=45.12%
G=12.20%
B=42.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1484014000.730.050.42304.4457.4536.86
Hex94288C04952A1303925
Octal2245021401115524607145
Binary100101001010001000110001001001101101010100110000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94288C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94288C; }

 p { color: rgb(148,40,140); }

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

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

 a { background-color: rgb(148,40,140); }

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

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

 span { border-color: rgb(148,40,140); }

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