#93659D

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

Shades of Violet Blue #93659D

Tints of Violet Blue #93659D

Color information

#93659D (or 0x93659D) is unknown color: approx Violet Blue. HEX triplet: 93, 65 and 9D. RGB value is (147,101,157). Sum of RGB (Red+Green+Blue) = 147+101+157=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 157 - color contains mainly: blue. Hex color #93659D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93659D is #6C9A62. Grayscale: #787878. Windows color (decimal): -7117411 or 10315155. OLE color: 10315155.

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

Color convert

RGB147101157-
CMYK0.060.3600.38
HSL289.29º22.22%50.59%-
HSV(B)289.29º35.67%61.57%-
XYZ22.7717.9434.16-
YUV121.14148.24146.45-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.30%
GREEN value IS 101 (39.84% from 255) = 24.94%
BLUE value IS 157 (61.72% from 255) = 38.77%
R=36.30%
G=24.94%
B=38.77%

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
Decimal1471011570.060.3600.38289.2922.2250.59
Hex93659D6240261211633
Octal2231452356440464412663
Binary10010011110010110011101110100100010011010010000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93659D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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