#943f84

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

Shades of Dark Purple #943F84

Tints of Dark Purple #943F84

Color information

#943F84 (or 0x943F84) is unknown color: approx Dark Purple. HEX triplet: 94, 3F and 84. RGB value is (148,63,132). Sum of RGB (Red+Green+Blue) = 148+63+132=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #943F84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943F84 is #6BC07B. Grayscale: #606060. Windows color (decimal): -7061628 or 8667028. OLE color: 8667028.

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

Color convert

RGB14863132-
CMYK00.570.110.42
HSL311.29º40.28%41.37%-
HSV(B)311.29º57.43%58.04%-
XYZ18.1611.5223.1-
YUV96.28148.16164.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.15%
GREEN value IS 63 (25% from 255) = 18.37%
BLUE value IS 132 (51.95% from 255) = 38.48%
R=43.15%
G=18.37%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486313200.570.110.42311.2940.2841.37
Hex943F84039B2A1372829
Octal2247720407113524675051
Binary100101001111111000010001110011011101010100110111101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943f84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943f84; }

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

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

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

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

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

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

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

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