#93659C

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

Shades of Violet Blue #93659C

Tints of Violet Blue #93659C

Color information

#93659C (or 0x93659C) is unknown color: approx Violet Blue. HEX triplet: 93, 65 and 9C. RGB value is (147,101,156). Sum of RGB (Red+Green+Blue) = 147+101+156=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 156 - color contains mainly: blue. Hex color #93659C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93659C is #6C9A63. Grayscale: #787878. Windows color (decimal): -7117412 or 10249619. OLE color: 10249619.

HSL color Cylindrical-coordinate representation of color #93659C: hue angle of 290.18º degrees, saturation: 0.22, 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 #93659C is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB147101156-
CMYK0.060.3500.39
HSL290.18º21.74%50.39%-
HSV(B)290.18º35.26%61.18%-
XYZ22.6917.9133.71-
YUV121.02147.74146.53-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.39%
GREEN value IS 101 (39.84% from 255) = 25%
BLUE value IS 156 (61.33% from 255) = 38.61%
R=36.39%
G=25%
B=38.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1471011560.060.3500.39290.1821.7450.39
Hex93659C6230271221632
Octal2231452346430474422662
Binary10010011110010110011100110100011010011110010001010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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