#94246A

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

Shades of Dark Purple #94246A

Tints of Dark Purple #94246A

Color information

#94246A (or 0x94246A) is unknown color: approx Dark Purple. HEX triplet: 94, 24 and 6A. RGB value is (148,36,106). Sum of RGB (Red+Green+Blue) = 148+36+106=290 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.03% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 148 - color contains mainly: red. Hex color #94246A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94246A is #6BDB95. Grayscale: #4D4D4D. Windows color (decimal): -7068566 or 6956180. OLE color: 6956180.

HSL color Cylindrical-coordinate representation of color #94246A: hue angle of 322.5º 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 #94246A is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB14836106-
CMYK00.760.280.42
HSL322.5º60.87%36.08%-
HSV(B)322.5º75.68%58.04%-
XYZ15.458.614.48-
YUV77.47144.11178.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.03%
GREEN value IS 36 (14.45% from 255) = 12.41%
BLUE value IS 106 (41.80% from 255) = 36.55%
R=51.03%
G=12.41%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1483610600.760.280.42322.560.8736.08
Hex94246A04C1C2A1423d24
Octal22444152011434525027544
Binary1001010010010011010100100110011100101010101000010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94246A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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