#936492

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

Shades of Violet Blue #936492

Tints of Violet Blue #936492

Color information

#936492 (or 0x936492) is unknown color: approx Violet Blue. HEX triplet: 93, 64 and 92. RGB value is (147,100,146). Sum of RGB (Red+Green+Blue) = 147+100+146=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 147 - color contains mainly: red. Hex color #936492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936492 is #6C9B6D. Grayscale: #777777. Windows color (decimal): -7117678 or 9594003. OLE color: 9594003.

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

Color convert

RGB147100146-
CMYK00.320.010.42
HSL301.28º19.03%48.43%-
HSV(B)301.28º31.97%57.65%-
XYZ21.7817.3929.4-
YUV119.3143.07147.76-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.40%
GREEN value IS 100 (39.45% from 255) = 25.45%
BLUE value IS 146 (57.42% from 255) = 37.15%
R=37.40%
G=25.45%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710014600.320.010.42301.2819.0348.43
Hex93649202012A12d1330
Octal2231442220401524552360
Binary100100111100100100100100100000110101010010110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936492; }

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

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

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

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

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

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

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

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