#936494

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

Shades of Violet Blue #936494

Tints of Violet Blue #936494

Color information

#936494 (or 0x936494) is unknown color: approx Violet Blue. HEX triplet: 93, 64 and 94. RGB value is (147,100,148). Sum of RGB (Red+Green+Blue) = 147+100+148=395 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.22% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 148 (58.20% from 255 or 37.47% from 395); Max value from RGB is 148 - color contains mainly: blue. Hex color #936494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936494 is #6C9B6B. Grayscale: #777777. Windows color (decimal): -7117676 or 9725075. OLE color: 9725075.

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

Color convert

RGB147100148-
CMYK0.010.3200.42
HSL298.75º19.35%48.63%-
HSV(B)298.75º32.43%58.04%-
XYZ21.9417.4630.23-
YUV119.52144.07147.6-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.22%
GREEN value IS 100 (39.45% from 255) = 25.32%
BLUE value IS 148 (58.20% from 255) = 37.47%
R=37.22%
G=25.32%
B=37.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471001480.010.3200.42298.7519.3548.63
Hex93649412002A12b1331
Octal2231442241400524532361
Binary100100111100100100101001100000010101010010101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936494; }

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

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

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

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

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

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

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

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