#93568D

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

Shades of Violet Blue #93568D

Tints of Violet Blue #93568D

Color information

#93568D (or 0x93568D) is unknown color: approx Violet Blue. HEX triplet: 93, 56 and 8D. RGB value is (147,86,141). Sum of RGB (Red+Green+Blue) = 147+86+141=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 147 - color contains mainly: red. Hex color #93568D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93568D is #6CA972. Grayscale: #6E6E6E. Windows color (decimal): -7121267 or 9262739. OLE color: 9262739.

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

Color convert

RGB14786141-
CMYK00.410.040.42
HSL305.9º26.18%45.69%-
HSV(B)305.9º41.5%57.65%-
XYZ20.1714.7826.99-
YUV110.51145.21154.03-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.30%
GREEN value IS 86 (33.98% from 255) = 22.99%
BLUE value IS 141 (55.47% from 255) = 37.70%
R=39.30%
G=22.99%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478614100.410.040.42305.926.1845.69
Hex93568D02942A1321a2e
Octal2231262150514524623256
Binary10010011101011010001101010100110010101010011001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93568D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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