#943B81

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

Shades of Dark Purple #943B81

Tints of Dark Purple #943B81

Color information

#943B81 (or 0x943B81) is unknown color: approx Dark Purple. HEX triplet: 94, 3B and 81. RGB value is (148,59,129). Sum of RGB (Red+Green+Blue) = 148+59+129=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 59 (23.44% from 255 or 17.56% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #943B81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943B81 is #6BC47E. Grayscale: #5D5D5D. Windows color (decimal): -7062655 or 8469396. OLE color: 8469396.

HSL color Cylindrical-coordinate representation of color #943B81: hue angle of 312.81º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #943B81 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB14859129-
CMYK00.600.130.42
HSL312.81º43%40.59%-
HSV(B)312.81º60.14%58.04%-
XYZ17.7411.0121.96-
YUV93.59147.99166.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.05%
GREEN value IS 59 (23.44% from 255) = 17.56%
BLUE value IS 129 (50.78% from 255) = 38.39%
R=44.05%
G=17.56%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485912900.600.130.42312.814340.59
Hex943B8103CD2A1392b29
Octal2247320107415524715351
Binary100101001110111000000101111001101101010100111001101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,59,129); }

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

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

 a { background-color: rgb(148,59,129); }

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

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

 span { border-color: rgb(148,59,129); }

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