#933875

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

Shades of Dark Purple #933875

Tints of Dark Purple #933875

Color information

#933875 (or 0x933875) is unknown color: approx Dark Purple. HEX triplet: 93, 38 and 75. RGB value is (147,56,117). Sum of RGB (Red+Green+Blue) = 147+56+117=320 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.94% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 147 - color contains mainly: red. Hex color #933875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933875 is #6CC78A. Grayscale: #5A5A5A. Windows color (decimal): -7128971 or 7682195. OLE color: 7682195.

HSL color Cylindrical-coordinate representation of color #933875: hue angle of 319.78º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #933875 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB14756117-
CMYK00.620.200.42
HSL319.78º44.83%39.8%-
HSV(B)319.78º61.9%57.65%-
XYZ16.6610.3217.94-
YUV90.16143.15168.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.94%
GREEN value IS 56 (22.27% from 255) = 17.5%
BLUE value IS 117 (46.09% from 255) = 36.56%
R=45.94%
G=17.5%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475611700.620.200.42319.7844.8339.8
Hex93387503E142A1402d28
Octal2237016507624525005550
Binary100100111110001110101011111010100101010101000000101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933875; }

 p { color: rgb(147,56,117); }

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

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

 a { background-color: rgb(147,56,117); }

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

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

 span { border-color: rgb(147,56,117); }

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