#94228C

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

Shades of Dark Purple #94228C

Tints of Dark Purple #94228C

Color information

#94228C (or 0x94228C) is unknown color: approx Dark Purple. HEX triplet: 94, 22 and 8C. RGB value is (148,34,140). Sum of RGB (Red+Green+Blue) = 148+34+140=322 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.96% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 148 - color contains mainly: red. Hex color #94228C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94228C is #6BDD73. Grayscale: #4F4F4F. Windows color (decimal): -7069044 or 9183892. OLE color: 9183892.

HSL color Cylindrical-coordinate representation of color #94228C: hue angle of 304.21º 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 #94228C is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14834140-
CMYK00.770.050.42
HSL304.21º62.64%35.69%-
HSV(B)304.21º77.03%58.04%-
XYZ17.529.3325.69-
YUV80.17161.77176.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.96%
GREEN value IS 34 (13.67% from 255) = 10.56%
BLUE value IS 140 (55.08% from 255) = 43.48%
R=45.96%
G=10.56%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1483414000.770.050.42304.2162.6435.69
Hex94228C04D52A1303f24
Octal2244221401155524607744
Binary100101001000101000110001001101101101010100110000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94228C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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