#933181

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

Shades of Dark Purple #933181

Tints of Dark Purple #933181

Color information

#933181 (or 0x933181) is unknown color: approx Dark Purple. HEX triplet: 93, 31 and 81. RGB value is (147,49,129). Sum of RGB (Red+Green+Blue) = 147+49+129=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 129 (50.78% from 255 or 39.69% from 325); Max value from RGB is 147 - color contains mainly: red. Hex color #933181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933181 is #6CCE7E. Grayscale: #575757. Windows color (decimal): -7130751 or 8466835. OLE color: 8466835.

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

Color convert

RGB14749129-
CMYK00.670.120.42
HSL311.02º50%38.43%-
HSV(B)311.02º66.67%57.65%-
XYZ17.099.9821.8-
YUV87.42151.47170.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.23%
GREEN value IS 49 (19.53% from 255) = 15.08%
BLUE value IS 129 (50.78% from 255) = 39.69%
R=45.23%
G=15.08%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474912900.670.120.42311.025038.43
Hex933181043C2A1373226
Octal22361201010314524676246
Binary1001001111000110000001010000111100101010100110111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933181; }

 p { color: rgb(147,49,129); }

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

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

 a { background-color: rgb(147,49,129); }

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

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

 span { border-color: rgb(147,49,129); }

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