#936392

Color #936392 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #936392

Tints of Violet Blue #936392

Color information

#936392 (or 0x936392) is unknown color: approx Violet Blue. HEX triplet: 93, 63 and 92. RGB value is (147,99,146). Sum of RGB (Red+Green+Blue) = 147+99+146=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 147 - color contains mainly: red. Hex color #936392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936392 is #6C9C6D. Grayscale: #767676. Windows color (decimal): -7117934 or 9593747. OLE color: 9593747.

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

Color convert

RGB14799146-
CMYK00.330.010.42
HSL301.25º19.51%48.24%-
HSV(B)301.25º32.65%57.65%-
XYZ21.6817.229.37-
YUV118.71143.4148.18-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.5%
GREEN value IS 99 (39.06% from 255) = 25.26%
BLUE value IS 146 (57.42% from 255) = 37.24%
R=37.5%
G=25.26%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479914600.330.010.42301.2519.5148.24
Hex93639202112A12d1430
Octal2231432220411524552460
Binary100100111100011100100100100001110101010010110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936392; }

 p { color: rgb(147,99,146); }

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

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

 a { background-color: rgb(147,99,146); }

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

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

 span { border-color: rgb(147,99,146); }

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