#933382

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

Shades of Dark Purple #933382

Tints of Dark Purple #933382

Color information

#933382 (or 0x933382) is unknown color: approx Dark Purple. HEX triplet: 93, 33 and 82. RGB value is (147,51,130). Sum of RGB (Red+Green+Blue) = 147+51+130=328 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.82% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 147 - color contains mainly: red. Hex color #933382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933382 is #6CCC7D. Grayscale: #585858. Windows color (decimal): -7130238 or 8532883. OLE color: 8532883.

HSL color Cylindrical-coordinate representation of color #933382: hue angle of 310.62º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #933382 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB14751130-
CMYK00.650.120.42
HSL310.62º48.48%38.82%-
HSV(B)310.62º65.31%57.65%-
XYZ17.2510.1822.18-
YUV88.71151.3169.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.82%
GREEN value IS 51 (20.31% from 255) = 15.55%
BLUE value IS 130 (51.17% from 255) = 39.63%
R=44.82%
G=15.55%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475113000.650.120.42310.6248.4838.82
Hex933382041C2A1373027
Octal22363202010114524676047
Binary1001001111001110000010010000011100101010100110111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933382; }

 p { color: rgb(147,51,130); }

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

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

 a { background-color: rgb(147,51,130); }

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

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

 span { border-color: rgb(147,51,130); }

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