#93649C

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

Shades of Violet Blue #93649C

Tints of Violet Blue #93649C

Color information

#93649C (or 0x93649C) is unknown color: approx Violet Blue. HEX triplet: 93, 64 and 9C. RGB value is (147,100,156). Sum of RGB (Red+Green+Blue) = 147+100+156=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 156 - color contains mainly: blue. Hex color #93649C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93649C is #6C9B63. Grayscale: #787878. Windows color (decimal): -7117668 or 10249363. OLE color: 10249363.

HSL color Cylindrical-coordinate representation of color #93649C: hue angle of 290.36º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93649C is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB147100156-
CMYK0.060.3600.39
HSL290.36º22.05%50.2%-
HSV(B)290.36º35.9%61.18%-
XYZ22.5917.7233.68-
YUV120.44148.07146.95-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.48%
GREEN value IS 100 (39.45% from 255) = 24.81%
BLUE value IS 156 (61.33% from 255) = 38.71%
R=36.48%
G=24.81%
B=38.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1471001560.060.3600.39290.3622.0550.2
Hex93649C6240271221632
Octal2231442346440474422662
Binary10010011110010010011100110100100010011110010001010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93649C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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