#93618F

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

Shades of Violet Blue #93618F

Tints of Violet Blue #93618F

Color information

#93618F (or 0x93618F) is unknown color: approx Violet Blue. HEX triplet: 93, 61 and 8F. RGB value is (147,97,143). Sum of RGB (Red+Green+Blue) = 147+97+143=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 147 - color contains mainly: red. Hex color #93618F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93618F is #6C9E70. Grayscale: #757575. Windows color (decimal): -7118449 or 9396627. OLE color: 9396627.

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

Color convert

RGB14797143-
CMYK00.340.030.42
HSL304.8º20.49%47.84%-
HSV(B)304.8º34.01%57.65%-
XYZ21.2716.7428.1-
YUV117.19142.56149.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.98%
GREEN value IS 97 (38.28% from 255) = 25.06%
BLUE value IS 143 (56.25% from 255) = 36.95%
R=37.98%
G=25.06%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479714300.340.030.42304.820.4947.84
Hex93618F02232A1311430
Octal2231412170423524612460
Binary1001001111000011000111101000101110101010011000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93618F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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