#93698D

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

Shades of Violet Blue #93698D

Tints of Violet Blue #93698D

Color information

#93698D (or 0x93698D) is unknown color: approx Violet Blue. HEX triplet: 93, 69 and 8D. RGB value is (147,105,141). Sum of RGB (Red+Green+Blue) = 147+105+141=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 147 - color contains mainly: red. Hex color #93698D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93698D is #6C9672. Grayscale: #797979. Windows color (decimal): -7116403 or 9267603. OLE color: 9267603.

HSL color Cylindrical-coordinate representation of color #93698D: hue angle of 308.57º 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 #93698D is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB147105141-
CMYK00.290.040.42
HSL308.57º16.67%49.41%-
HSV(B)308.57º28.57%57.65%-
XYZ21.8918.2327.56-
YUV121.66138.91146.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.40%
GREEN value IS 105 (41.41% from 255) = 26.72%
BLUE value IS 141 (55.47% from 255) = 35.88%
R=37.40%
G=26.72%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710514100.290.040.42308.5716.6749.41
Hex93698D01D42A1351131
Octal2231512150354524652161
Binary1001001111010011000110101110110010101010011010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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