#932684

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

Shades of Dark Purple #932684

Tints of Dark Purple #932684

Color information

#932684 (or 0x932684) is unknown color: approx Dark Purple. HEX triplet: 93, 26 and 84. RGB value is (147,38,132). Sum of RGB (Red+Green+Blue) = 147+38+132=317 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.37% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 147 - color contains mainly: red. Hex color #932684 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932684 is #6CD97B. Grayscale: #515151. Windows color (decimal): -7133564 or 8660627. OLE color: 8660627.

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

Color convert

RGB14738132-
CMYK00.740.100.42
HSL308.26º58.92%36.27%-
HSV(B)308.26º74.15%57.65%-
XYZ16.899.2622.73-
YUV81.31156.61174.86-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.37%
GREEN value IS 38 (15.23% from 255) = 11.99%
BLUE value IS 132 (51.95% from 255) = 41.64%
R=46.37%
G=11.99%
B=41.64%

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
Decimal1473813200.740.100.42308.2658.9236.27
Hex93268404AA2A1343b24
Octal22346204011212524647344
Binary1001001110011010000100010010101010101010100110100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932684; }

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

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

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

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

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

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

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

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