#93649A

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

Shades of Violet Blue #93649A

Tints of Violet Blue #93649A

Color information

#93649A (or 0x93649A) is unknown color: approx Violet Blue. HEX triplet: 93, 64 and 9A. RGB value is (147,100,154). Sum of RGB (Red+Green+Blue) = 147+100+154=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 154 - color contains mainly: blue. Hex color #93649A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93649A is #6C9B65. Grayscale: #787878. Windows color (decimal): -7117670 or 10118291. OLE color: 10118291.

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

Color convert

RGB147100154-
CMYK0.050.3500.40
HSL292.22º21.26%49.8%-
HSV(B)292.22º35.06%60.39%-
XYZ22.4217.6532.8-
YUV120.21147.07147.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.66%
GREEN value IS 100 (39.45% from 255) = 24.94%
BLUE value IS 154 (60.55% from 255) = 38.40%
R=36.66%
G=24.94%
B=38.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1471001540.050.3500.40292.2221.2649.8
Hex93649A5230281241532
Octal2231442325430504442562
Binary10010011110010010011010101100011010100010010010010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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