#932685

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

Shades of Dark Purple #932685

Tints of Dark Purple #932685

Color information

#932685 (or 0x932685) is unknown color: approx Dark Purple. HEX triplet: 93, 26 and 85. RGB value is (147,38,133). Sum of RGB (Red+Green+Blue) = 147+38+133=318 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.23% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 147 - color contains mainly: red. Hex color #932685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932685 is #6CD97A. Grayscale: #515151. Windows color (decimal): -7133563 or 8726163. OLE color: 8726163.

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

Color convert

RGB14738133-
CMYK00.740.100.42
HSL307.71º58.92%36.27%-
HSV(B)307.71º74.15%57.65%-
XYZ16.969.2823.09-
YUV81.42157.11174.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.23%
GREEN value IS 38 (15.23% from 255) = 11.95%
BLUE value IS 133 (52.34% from 255) = 41.82%
R=46.23%
G=11.95%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1473813300.740.100.42307.7158.9236.27
Hex93268504AA2A1343b24
Octal22346205011212524647344
Binary1001001110011010000101010010101010101010100110100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932685; }

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

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

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

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

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

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

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

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