#93699C

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

Shades of Violet Blue #93699C

Tints of Violet Blue #93699C

Color information

#93699C (or 0x93699C) is unknown color: approx Violet Blue. HEX triplet: 93, 69 and 9C. RGB value is (147,105,156). Sum of RGB (Red+Green+Blue) = 147+105+156=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 156 - color contains mainly: blue. Hex color #93699C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93699C is #6C9663. Grayscale: #7B7B7B. Windows color (decimal): -7116388 or 10250643. OLE color: 10250643.

HSL color Cylindrical-coordinate representation of color #93699C: hue angle of 289.41º 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 #93699C is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB147105156-
CMYK0.060.3300.39
HSL289.41º20.48%51.18%-
HSV(B)289.41º32.69%61.18%-
XYZ23.0818.7133.85-
YUV123.37146.41144.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.03%
GREEN value IS 105 (41.41% from 255) = 25.74%
BLUE value IS 156 (61.33% from 255) = 38.24%
R=36.03%
G=25.74%
B=38.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1471051560.060.3300.39289.4120.4851.18
Hex93699C6210271211433
Octal2231512346410474412463
Binary10010011110100110011100110100001010011110010000110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93699C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93699C; }

 p { color: rgb(147,105,156); }

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

<style>
 a { background-color: #93699C; }

 a { background-color: rgb(147,105,156); }

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

<style>
 span { border-color: #93699C; }

 span { border-color: rgb(147,105,156); }

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