#93689B

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

Shades of Violet Blue #93689B

Tints of Violet Blue #93689B

Color information

#93689B (or 0x93689B) is unknown color: approx Violet Blue. HEX triplet: 93, 68 and 9B. RGB value is (147,104,155). Sum of RGB (Red+Green+Blue) = 147+104+155=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 155 - color contains mainly: blue. Hex color #93689B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93689B is #6C9764. Grayscale: #7A7A7A. Windows color (decimal): -7116645 or 10184851. OLE color: 10184851.

HSL color Cylindrical-coordinate representation of color #93689B: hue angle of 290.59º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93689B is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB147104155-
CMYK0.050.3300.39
HSL290.59º20.32%50.78%-
HSV(B)290.59º32.9%60.78%-
XYZ22.918.4733.37-
YUV122.67146.25145.35-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.21%
GREEN value IS 104 (41.02% from 255) = 25.62%
BLUE value IS 155 (60.94% from 255) = 38.18%
R=36.21%
G=25.62%
B=38.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1471041550.050.3300.39290.5920.3250.78
Hex93689B5210271231433
Octal2231502335410474432463
Binary10010011110100010011011101100001010011110010001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93689B; }

 p { color: rgb(147,104,155); }

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

<style>
 a { background-color: #93689B; }

 a { background-color: rgb(147,104,155); }

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

<style>
 span { border-color: #93689B; }

 span { border-color: rgb(147,104,155); }

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