#8D5396

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

Shades of Violet Blue #8D5396

Tints of Violet Blue #8D5396

Color information

#8D5396 (or 0x8D5396) is unknown color: approx Violet Blue. HEX triplet: 8D, 53 and 96. RGB value is (141,83,150). Sum of RGB (Red+Green+Blue) = 141+83+150=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 150 - color contains mainly: blue. Hex color #8D5396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5396 is #72AC69. Grayscale: #6B6B6B. Windows color (decimal): -7515242 or 9851789. OLE color: 9851789.

HSL color Cylindrical-coordinate representation of color #8D5396: hue angle of 291.94º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8D5396 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14183150-
CMYK0.060.4500.41
HSL291.94º28.76%45.69%-
HSV(B)291.94º44.67%58.82%-
XYZ19.5814.0530.53-
YUV107.98151.72151.55-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.70%
GREEN value IS 83 (32.81% from 255) = 22.19%
BLUE value IS 150 (58.98% from 255) = 40.11%
R=37.70%
G=22.19%
B=40.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal141831500.060.4500.41291.9428.7645.69
Hex8D539662D0291241d2e
Octal2151232266550514443556
Binary10001101101001110010110110101101010100110010010011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D5396; }

 p { color: rgb(141,83,150); }

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

<style>
 a { background-color: #8D5396; }

 a { background-color: rgb(141,83,150); }

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

<style>
 span { border-color: #8D5396; }

 span { border-color: rgb(141,83,150); }

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