#93649E

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

Shades of Violet Blue #93649E

Tints of Violet Blue #93649E

Color information

#93649E (or 0x93649E) is unknown color: approx Violet Blue. HEX triplet: 93, 64 and 9E. RGB value is (147,100,158). Sum of RGB (Red+Green+Blue) = 147+100+158=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 158 - color contains mainly: blue. Hex color #93649E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93649E is #6C9B61. Grayscale: #787878. Windows color (decimal): -7117666 or 10380435. OLE color: 10380435.

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

Color convert

RGB147100158-
CMYK0.070.3700.38
HSL288.62º23.02%50.59%-
HSV(B)288.62º36.71%61.96%-
XYZ22.7617.7934.58-
YUV120.66149.07146.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.30%
GREEN value IS 100 (39.45% from 255) = 24.69%
BLUE value IS 158 (62.11% from 255) = 39.01%
R=36.30%
G=24.69%
B=39.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471001580.070.3700.38288.6223.0250.59
Hex93649E7250261211733
Octal2231442367450464412763
Binary10010011110010010011110111100101010011010010000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93649E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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