#933A83

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

Shades of Dark Purple #933A83

Tints of Dark Purple #933A83

Color information

#933A83 (or 0x933A83) is unknown color: approx Dark Purple. HEX triplet: 93, 3A and 83. RGB value is (147,58,131). Sum of RGB (Red+Green+Blue) = 147+58+131=336 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.75% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 147 - color contains mainly: red. Hex color #933A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933A83 is #6CC57C. Grayscale: #5C5C5C. Windows color (decimal): -7128445 or 8600211. OLE color: 8600211.

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

Color convert

RGB14758131-
CMYK00.610.110.42
HSL310.79º43.41%40.2%-
HSV(B)310.79º60.54%57.65%-
XYZ17.6410.8722.64-
YUV92.93149.49166.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.75%
GREEN value IS 58 (23.05% from 255) = 17.26%
BLUE value IS 131 (51.56% from 255) = 38.99%
R=43.75%
G=17.26%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475813100.610.110.42310.7943.4140.2
Hex933A8303DB2A1372b28
Octal2237220307513524675350
Binary100100111110101000001101111011011101010100110111101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933A83; }

 p { color: rgb(147,58,131); }

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

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

 a { background-color: rgb(147,58,131); }

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

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

 span { border-color: rgb(147,58,131); }

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