#932690

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

Shades of Dark Purple #932690

Tints of Dark Purple #932690

Color information

#932690 (or 0x932690) is unknown color: approx Dark Purple. HEX triplet: 93, 26 and 90. RGB value is (147,38,144). Sum of RGB (Red+Green+Blue) = 147+38+144=329 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.68% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 147 - color contains mainly: red. Hex color #932690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932690 is #6CD96F. Grayscale: #525252. Windows color (decimal): -7133552 or 9447059. OLE color: 9447059.

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

Color convert

RGB14738144-
CMYK00.740.020.42
HSL301.65º58.92%36.27%-
HSV(B)301.65º74.15%57.65%-
XYZ17.769.627.3-
YUV82.67162.61173.88-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.68%
GREEN value IS 38 (15.23% from 255) = 11.55%
BLUE value IS 144 (56.64% from 255) = 43.77%
R=44.68%
G=11.55%
B=43.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1473814400.740.020.42301.6558.9236.27
Hex93269004A22A12e3b24
Octal2234622001122524567344
Binary10010011100110100100000100101010101010100101110111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932690; }

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

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

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

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

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

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

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

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