#94246E

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

Shades of Dark Purple #94246E

Tints of Dark Purple #94246E

Color information

#94246E (or 0x94246E) is unknown color: approx Dark Purple. HEX triplet: 94, 24 and 6E. RGB value is (148,36,110). Sum of RGB (Red+Green+Blue) = 148+36+110=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #94246E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94246E is #6BDB91. Grayscale: #4D4D4D. Windows color (decimal): -7068562 or 7218324. OLE color: 7218324.

HSL color Cylindrical-coordinate representation of color #94246E: hue angle of 320.36º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #94246E is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14836110-
CMYK00.760.260.42
HSL320.36º60.87%36.08%-
HSV(B)320.36º75.68%58.04%-
XYZ15.668.6815.6-
YUV77.92146.11177.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.34%
GREEN value IS 36 (14.45% from 255) = 12.24%
BLUE value IS 110 (43.36% from 255) = 37.41%
R=50.34%
G=12.24%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1483611000.760.260.42320.3660.8736.08
Hex94246E04C1A2A1403d24
Octal22444156011432525007544
Binary1001010010010011011100100110011010101010101000000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94246E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94246E; }

 p { color: rgb(148,36,110); }

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

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

 a { background-color: rgb(148,36,110); }

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

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

 span { border-color: rgb(148,36,110); }

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