#93648E

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

Shades of Violet Blue #93648E

Tints of Violet Blue #93648E

Color information

#93648E (or 0x93648E) is unknown color: approx Violet Blue. HEX triplet: 93, 64 and 8E. RGB value is (147,100,142). Sum of RGB (Red+Green+Blue) = 147+100+142=389 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.79% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 147 - color contains mainly: red. Hex color #93648E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93648E is #6C9B71. Grayscale: #767676. Windows color (decimal): -7117682 or 9331859. OLE color: 9331859.

HSL color Cylindrical-coordinate representation of color #93648E: hue angle of 306.38º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93648E is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB147100142-
CMYK00.320.030.42
HSL306.38º19.03%48.43%-
HSV(B)306.38º31.97%57.65%-
XYZ21.4717.2727.79-
YUV118.84141.07148.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.79%
GREEN value IS 100 (39.45% from 255) = 25.71%
BLUE value IS 142 (55.86% from 255) = 36.50%
R=37.79%
G=25.71%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710014200.320.030.42306.3819.0348.43
Hex93648E02032A1321330
Octal2231442160403524622360
Binary1001001111001001000111001000001110101010011001010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93648E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93648E; }

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

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

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

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

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

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

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

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