#94226A

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

Shades of Dark Purple #94226A

Tints of Dark Purple #94226A

Color information

#94226A (or 0x94226A) is unknown color: approx Dark Purple. HEX triplet: 94, 22 and 6A. RGB value is (148,34,106). Sum of RGB (Red+Green+Blue) = 148+34+106=288 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.39% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 148 - color contains mainly: red. Hex color #94226A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94226A is #6BDD95. Grayscale: #4C4C4C. Windows color (decimal): -7069078 or 6955668. OLE color: 6955668.

HSL color Cylindrical-coordinate representation of color #94226A: hue angle of 322.11º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #94226A is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB14834106-
CMYK00.770.280.42
HSL322.11º62.64%35.69%-
HSV(B)322.11º77.03%58.04%-
XYZ15.398.4814.46-
YUV76.29144.77179.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.39%
GREEN value IS 34 (13.67% from 255) = 11.81%
BLUE value IS 106 (41.80% from 255) = 36.81%
R=51.39%
G=11.81%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1483410600.770.280.42322.1162.6435.69
Hex94226A04D1C2A1423f24
Octal22442152011534525027744
Binary1001010010001011010100100110111100101010101000010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94226A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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