#93618C

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

Shades of Violet Blue #93618C

Tints of Violet Blue #93618C

Color information

#93618C (or 0x93618C) is unknown color: approx Violet Blue. HEX triplet: 93, 61 and 8C. RGB value is (147,97,140). Sum of RGB (Red+Green+Blue) = 147+97+140=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 147 - color contains mainly: red. Hex color #93618C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93618C is #6C9E73. Grayscale: #747474. Windows color (decimal): -7118452 or 9200019. OLE color: 9200019.

HSL color Cylindrical-coordinate representation of color #93618C: hue angle of 308.4º 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 #93618C is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14797140-
CMYK00.340.050.42
HSL308.4º20.49%47.84%-
HSV(B)308.4º34.01%57.65%-
XYZ21.0416.6526.91-
YUV116.85141.06149.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.28%
GREEN value IS 97 (38.28% from 255) = 25.26%
BLUE value IS 140 (55.08% from 255) = 36.46%
R=38.28%
G=25.26%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479714000.340.050.42308.420.4947.84
Hex93618C02252A1341430
Octal2231412140425524642460
Binary10010011110000110001100010001010110101010011010010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93618C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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