#93689C

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

Shades of Violet Blue #93689C

Tints of Violet Blue #93689C

Color information

#93689C (or 0x93689C) is unknown color: approx Violet Blue. HEX triplet: 93, 68 and 9C. RGB value is (147,104,156). Sum of RGB (Red+Green+Blue) = 147+104+156=407 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.12% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 156 - color contains mainly: blue. Hex color #93689C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93689C is #6C9763. Grayscale: #7A7A7A. Windows color (decimal): -7116644 or 10250387. OLE color: 10250387.

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

Color convert

RGB147104156-
CMYK0.060.3300.39
HSL289.62º20.8%50.98%-
HSV(B)289.62º33.33%61.18%-
XYZ22.9818.533.81-
YUV122.78146.75145.27-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.12%
GREEN value IS 104 (41.02% from 255) = 25.55%
BLUE value IS 156 (61.33% from 255) = 38.33%
R=36.12%
G=25.55%
B=38.33%

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
Decimal1471041560.060.3300.39289.6220.850.98
Hex93689C6210271221533
Octal2231502346410474422563
Binary10010011110100010011100110100001010011110010001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93689C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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