#8B47D8

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

Shades of Blue Violet #8B47D8

Tints of Blue Violet #8B47D8

Color information

#8B47D8 (or 0x8B47D8) is unknown color: approx Blue Violet. HEX triplet: 8B, 47 and D8. RGB value is (139,71,216). Sum of RGB (Red+Green+Blue) = 139+71+216=426 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.63% from 426); Green value is 71 (28.12% from 255 or 16.67% from 426); Blue value is 216 (84.77% from 255 or 50.70% from 426); Max value from RGB is 216 - color contains mainly: blue. Hex color #8B47D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B47D8 is #74B827. Grayscale: #6B6B6B. Windows color (decimal): -7649320 or 14174091. OLE color: 14174091.

HSL color Cylindrical-coordinate representation of color #8B47D8: hue angle of 268.14º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B47D8 is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13971216-
CMYK0.360.6700.15
HSL268.14º65.02%56.27%-
HSV(B)268.14º67.13%84.71%-
XYZ25.314.9566.52-
YUV107.86189.03150.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.63%
GREEN value IS 71 (28.12% from 255) = 16.67%
BLUE value IS 216 (84.77% from 255) = 50.70%
R=32.63%
G=16.67%
B=50.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal139712160.360.6700.15268.1465.0256.27
Hex8B47D824430F10c4138
Octal2131073304410301741410170
Binary100010111000111110110001001001000011011111000011001000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B47D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,71,216); }

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

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

 a { background-color: rgb(139,71,216); }

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

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

 span { border-color: rgb(139,71,216); }

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