#931385

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

Shades of Dark Purple #931385

Tints of Dark Purple #931385

Color information

#931385 (or 0x931385) is unknown color: approx Dark Purple. HEX triplet: 93, 13 and 85. RGB value is (147,19,133). Sum of RGB (Red+Green+Blue) = 147+19+133=299 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.16% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 147 - color contains mainly: red. Hex color #931385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #931385 is #6CEC7A. Grayscale: #454545. Windows color (decimal): -7138427 or 8721299. OLE color: 8721299.

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

Color convert

RGB14719133-
CMYK00.870.100.42
HSL306.56º77.11%32.55%-
HSV(B)306.56º87.07%57.65%-
XYZ16.58.3622.93-
YUV70.27163.41182.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.16%
GREEN value IS 19 (7.81% from 255) = 6.35%
BLUE value IS 133 (52.34% from 255) = 44.48%
R=49.16%
G=6.35%
B=44.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471913300.870.100.42306.5677.1132.55
Hex931385057A2A1334d21
Octal223232050127125246311541
Binary1001001110011100001010101011110101010101001100111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931385; }

 p { color: rgb(147,19,133); }

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

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

 a { background-color: rgb(147,19,133); }

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

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

 span { border-color: rgb(147,19,133); }

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