#936399

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

Shades of Violet Blue #936399

Tints of Violet Blue #936399

Color information

#936399 (or 0x936399) is unknown color: approx Violet Blue. HEX triplet: 93, 63 and 99. RGB value is (147,99,153). Sum of RGB (Red+Green+Blue) = 147+99+153=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 153 - color contains mainly: blue. Hex color #936399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936399 is #6C9C66. Grayscale: #777777. Windows color (decimal): -7117927 or 10052499. OLE color: 10052499.

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

Color convert

RGB14799153-
CMYK0.040.3500.4
HSL293.33º21.43%49.41%-
HSV(B)293.33º35.29%60%-
XYZ22.2417.4332.33-
YUV119.51146.9147.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.84%
GREEN value IS 99 (39.06% from 255) = 24.81%
BLUE value IS 153 (60.16% from 255) = 38.35%
R=36.84%
G=24.81%
B=38.35%

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
Decimal147991530.040.3500.4293.3321.4349.41
Hex9363994230281251531
Octal2231432314430504452561
Binary10010011110001110011001100100011010100010010010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936399; }

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

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

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

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

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

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

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

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