#93648C

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

Shades of Violet Blue #93648C

Tints of Violet Blue #93648C

Color information

#93648C (or 0x93648C) is unknown color: approx Violet Blue. HEX triplet: 93, 64 and 8C. RGB value is (147,100,140). Sum of RGB (Red+Green+Blue) = 147+100+140=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 147 - color contains mainly: red. Hex color #93648C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93648C is #6C9B73. Grayscale: #767676. Windows color (decimal): -7117684 or 9200787. OLE color: 9200787.

HSL color Cylindrical-coordinate representation of color #93648C: hue angle of 308.94º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93648C is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB147100140-
CMYK00.320.050.42
HSL308.94º19.03%48.43%-
HSV(B)308.94º31.97%57.65%-
XYZ21.3217.2127.01-
YUV118.61140.07148.25-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.98%
GREEN value IS 100 (39.45% from 255) = 25.84%
BLUE value IS 140 (55.08% from 255) = 36.18%
R=37.98%
G=25.84%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710014000.320.050.42308.9419.0348.43
Hex93648C02052A1351330
Octal2231442140405524652360
Binary10010011110010010001100010000010110101010011010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93648C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,100,140); }

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

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

 a { background-color: rgb(147,100,140); }

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

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

 span { border-color: rgb(147,100,140); }

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