#8B5396

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

Shades of Violet Blue #8B5396

Tints of Violet Blue #8B5396

Color information

#8B5396 (or 0x8B5396) is unknown color: approx Violet Blue. HEX triplet: 8B, 53 and 96. RGB value is (139,83,150). Sum of RGB (Red+Green+Blue) = 139+83+150=372 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.37% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 150 - color contains mainly: blue. Hex color #8B5396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5396 is #74AC69. Grayscale: #6B6B6B. Windows color (decimal): -7646314 or 9851787. OLE color: 9851787.

HSL color Cylindrical-coordinate representation of color #8B5396: hue angle of 290.15º 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 #8B5396 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13983150-
CMYK0.070.4500.41
HSL290.15º28.76%45.69%-
HSV(B)290.15º44.67%58.82%-
XYZ19.2513.8830.52-
YUV107.38152.05150.55-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.37%
GREEN value IS 83 (32.81% from 255) = 22.31%
BLUE value IS 150 (58.98% from 255) = 40.32%
R=37.37%
G=22.31%
B=40.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal139831500.070.4500.41290.1528.7645.69
Hex8B539672D0291221d2e
Octal2131232267550514423556
Binary10001011101001110010110111101101010100110010001011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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