#936499

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

Shades of Violet Blue #936499

Tints of Violet Blue #936499

Color information

#936499 (or 0x936499) is unknown color: approx Violet Blue. HEX triplet: 93, 64 and 99. RGB value is (147,100,153). Sum of RGB (Red+Green+Blue) = 147+100+153=400 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.75% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 153 (60.16% from 255 or 38.25% from 400); Max value from RGB is 153 - color contains mainly: blue. Hex color #936499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936499 is #6C9B66. Grayscale: #777777. Windows color (decimal): -7117671 or 10052755. OLE color: 10052755.

HSL color Cylindrical-coordinate representation of color #936499: hue angle of 293.21º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #936499 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB147100153-
CMYK0.040.3500.4
HSL293.21º20.95%49.61%-
HSV(B)293.21º34.64%60%-
XYZ22.3417.6232.36-
YUV120.1146.57147.19-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.75%
GREEN value IS 100 (39.45% from 255) = 25%
BLUE value IS 153 (60.16% from 255) = 38.25%
R=36.75%
G=25%
B=38.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1471001530.040.3500.4293.2120.9549.61
Hex9364994230281251532
Octal2231442314430504452562
Binary10010011110010010011001100100011010100010010010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936499; }

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

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

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

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

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

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

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

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