#93688F

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

Shades of Violet Blue #93688F

Tints of Violet Blue #93688F

Color information

#93688F (or 0x93688F) is unknown color: approx Violet Blue. HEX triplet: 93, 68 and 8F. RGB value is (147,104,143). Sum of RGB (Red+Green+Blue) = 147+104+143=394 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.31% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 147 - color contains mainly: red. Hex color #93688F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93688F is #6C9770. Grayscale: #797979. Windows color (decimal): -7116657 or 9398419. OLE color: 9398419.

HSL color Cylindrical-coordinate representation of color #93688F: hue angle of 305.58º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93688F is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB147104143-
CMYK00.290.030.42
HSL305.58º17.13%49.22%-
HSV(B)305.58º29.25%57.65%-
XYZ21.9418.0928.32-
YUV121.3140.25146.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.31%
GREEN value IS 104 (41.02% from 255) = 26.40%
BLUE value IS 143 (56.25% from 255) = 36.29%
R=37.31%
G=26.40%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710414300.290.030.42305.5817.1349.22
Hex93688F01D32A1321131
Octal2231502170353524622161
Binary100100111101000100011110111011110101010011001010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93688F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93688F; }

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

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

<style>
 a { background-color: #93688F; }

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

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

<style>
 span { border-color: #93688F; }

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

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