#93649D

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

Shades of Violet Blue #93649D

Tints of Violet Blue #93649D

Color information

#93649D (or 0x93649D) is unknown color: approx Violet Blue. HEX triplet: 93, 64 and 9D. RGB value is (147,100,157). Sum of RGB (Red+Green+Blue) = 147+100+157=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 157 - color contains mainly: blue. Hex color #93649D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93649D is #6C9B62. Grayscale: #787878. Windows color (decimal): -7117667 or 10314899. OLE color: 10314899.

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

Color convert

RGB147100157-
CMYK0.060.3600.38
HSL289.47º22.53%50.39%-
HSV(B)289.47º36.31%61.57%-
XYZ22.6817.7534.13-
YUV120.55148.57146.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.39%
GREEN value IS 100 (39.45% from 255) = 24.75%
BLUE value IS 157 (61.72% from 255) = 38.86%
R=36.39%
G=24.75%
B=38.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471001570.060.3600.38289.4722.5350.39
Hex93649D6240261211732
Octal2231442356440464412762
Binary10010011110010010011101110100100010011010010000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93649D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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