#933287

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

Shades of Dark Purple #933287

Tints of Dark Purple #933287

Color information

#933287 (or 0x933287) is unknown color: approx Dark Purple. HEX triplet: 93, 32 and 87. RGB value is (147,50,135). Sum of RGB (Red+Green+Blue) = 147+50+135=332 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.28% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 135 (53.12% from 255 or 40.66% from 332); Max value from RGB is 147 - color contains mainly: red. Hex color #933287 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933287 is #6CCD78. Grayscale: #585858. Windows color (decimal): -7130489 or 8860307. OLE color: 8860307.

HSL color Cylindrical-coordinate representation of color #933287: hue angle of 307.42º 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 #933287 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB14750135-
CMYK00.660.080.42
HSL307.42º49.24%38.63%-
HSV(B)307.42º65.99%57.65%-
XYZ17.5510.2323.97-
YUV88.69154.14169.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.28%
GREEN value IS 50 (19.92% from 255) = 15.06%
BLUE value IS 135 (53.12% from 255) = 40.66%
R=44.28%
G=15.06%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475013500.660.080.42307.4249.2438.63
Hex93328704282A1333127
Octal22362207010210524636147
Binary1001001111001010000111010000101000101010100110011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933287; }

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

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

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

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

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

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

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

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