#93659B

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

Shades of Violet Blue #93659B

Tints of Violet Blue #93659B

Color information

#93659B (or 0x93659B) is unknown color: approx Violet Blue. HEX triplet: 93, 65 and 9B. RGB value is (147,101,155). Sum of RGB (Red+Green+Blue) = 147+101+155=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 155 - color contains mainly: blue. Hex color #93659B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93659B is #6C9A64. Grayscale: #787878. Windows color (decimal): -7117413 or 10184083. OLE color: 10184083.

HSL color Cylindrical-coordinate representation of color #93659B: hue angle of 291.11º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93659B is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB147101155-
CMYK0.050.3500.39
HSL291.11º21.26%50.2%-
HSV(B)291.11º34.84%60.78%-
XYZ22.617.8833.27-
YUV120.91147.24146.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.48%
GREEN value IS 101 (39.84% from 255) = 25.06%
BLUE value IS 155 (60.94% from 255) = 38.46%
R=36.48%
G=25.06%
B=38.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1471011550.050.3500.39291.1121.2650.2
Hex93659B5230271231532
Octal2231452335430474432562
Binary10010011110010110011011101100011010011110010001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93659B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93659B; }

 p { color: rgb(147,101,155); }

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

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

 a { background-color: rgb(147,101,155); }

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

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

 span { border-color: rgb(147,101,155); }

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