#933584

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

Shades of Dark Purple #933584

Tints of Dark Purple #933584

Color information

#933584 (or 0x933584) is unknown color: approx Dark Purple. HEX triplet: 93, 35 and 84. RGB value is (147,53,132). Sum of RGB (Red+Green+Blue) = 147+53+132=332 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.28% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 147 - color contains mainly: red. Hex color #933584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933584 is #6CCA7B. Grayscale: #595959. Windows color (decimal): -7129724 or 8664467. OLE color: 8664467.

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

Color convert

RGB14753132-
CMYK00.640.100.42
HSL309.57º47%39.22%-
HSV(B)309.57º63.95%57.65%-
XYZ17.4710.4222.92-
YUV90.11151.64168.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.28%
GREEN value IS 53 (21.09% from 255) = 15.96%
BLUE value IS 132 (51.95% from 255) = 39.76%
R=44.28%
G=15.96%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475313200.640.100.42309.574739.22
Hex933584040A2A1362f27
Octal22365204010012524665747
Binary1001001111010110000100010000001010101010100110110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933584; }

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

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

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

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

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

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

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

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