#943884

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

Shades of Dark Purple #943884

Tints of Dark Purple #943884

Color information

#943884 (or 0x943884) is unknown color: approx Dark Purple. HEX triplet: 94, 38 and 84. RGB value is (148,56,132). Sum of RGB (Red+Green+Blue) = 148+56+132=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #943884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943884 is #6BC77B. Grayscale: #5B5B5B. Windows color (decimal): -7063420 or 8665236. OLE color: 8665236.

HSL color Cylindrical-coordinate representation of color #943884: hue angle of 310.43º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #943884 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB14856132-
CMYK00.620.110.42
HSL310.43º45.1%40%-
HSV(B)310.43º62.16%58.04%-
XYZ17.7910.7922.97-
YUV92.17150.48167.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.05%
GREEN value IS 56 (22.27% from 255) = 16.67%
BLUE value IS 132 (51.95% from 255) = 39.29%
R=44.05%
G=16.67%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485613200.620.110.42310.4345.140
Hex94388403EB2A1362d28
Octal2247020407613524665550
Binary100101001110001000010001111101011101010100110110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943884; }

 p { color: rgb(148,56,132); }

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

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

 a { background-color: rgb(148,56,132); }

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

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

 span { border-color: rgb(148,56,132); }

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