#93618D

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

Shades of Violet Blue #93618D

Tints of Violet Blue #93618D

Color information

#93618D (or 0x93618D) is unknown color: approx Violet Blue. HEX triplet: 93, 61 and 8D. RGB value is (147,97,141). Sum of RGB (Red+Green+Blue) = 147+97+141=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 147 - color contains mainly: red. Hex color #93618D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93618D is #6C9E72. Grayscale: #747474. Windows color (decimal): -7118451 or 9265555. OLE color: 9265555.

HSL color Cylindrical-coordinate representation of color #93618D: hue angle of 307.2º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93618D is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB14797141-
CMYK00.340.040.42
HSL307.2º20.49%47.84%-
HSV(B)307.2º34.01%57.65%-
XYZ21.1216.6827.31-
YUV116.97141.56149.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.18%
GREEN value IS 97 (38.28% from 255) = 25.19%
BLUE value IS 141 (55.47% from 255) = 36.62%
R=38.18%
G=25.19%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479714100.340.040.42307.220.4947.84
Hex93618D02242A1331430
Octal2231412150424524632460
Binary10010011110000110001101010001010010101010011001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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