#933284

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

Shades of Dark Purple #933284

Tints of Dark Purple #933284

Color information

#933284 (or 0x933284) is unknown color: approx Dark Purple. HEX triplet: 93, 32 and 84. RGB value is (147,50,132). Sum of RGB (Red+Green+Blue) = 147+50+132=329 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.68% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 147 - color contains mainly: red. Hex color #933284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933284 is #6CCD7B. Grayscale: #585858. Windows color (decimal): -7130492 or 8663699. OLE color: 8663699.

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

Color convert

RGB14750132-
CMYK00.660.100.42
HSL309.28º49.24%38.63%-
HSV(B)309.28º65.99%57.65%-
XYZ17.3410.1522.88-
YUV88.35152.64169.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.68%
GREEN value IS 50 (19.92% from 255) = 15.20%
BLUE value IS 132 (51.95% from 255) = 40.12%
R=44.68%
G=15.20%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475013200.660.100.42309.2849.2438.63
Hex933284042A2A1353127
Octal22362204010212524656147
Binary1001001111001010000100010000101010101010100110101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933284; }

 p { color: rgb(147,50,132); }

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

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

 a { background-color: rgb(147,50,132); }

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

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

 span { border-color: rgb(147,50,132); }

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