#8b47eb

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

Shades of Blue Violet #8B47EB

Tints of Blue Violet #8B47EB

Color information

#8B47EB (or 0x8B47EB) is unknown color: approx Blue Violet. HEX triplet: 8B, 47 and EB. RGB value is (139,71,235). Sum of RGB (Red+Green+Blue) = 139+71+235=445 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.24% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #8B47EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B47EB is #74B814. Grayscale: #6D6D6D. Windows color (decimal): -7649301 or 15419275. OLE color: 15419275.

HSL color Cylindrical-coordinate representation of color #8B47EB: hue angle of 264.88º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8B47EB is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13971235-
CMYK0.410.7000.08
HSL264.88º80.39%60%-
HSV(B)264.88º69.79%92.16%-
XYZ27.915.9980.21-
YUV110.03198.53148.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.24%
GREEN value IS 71 (28.12% from 255) = 15.96%
BLUE value IS 235 (92.19% from 255) = 52.81%
R=31.24%
G=15.96%
B=52.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal139712350.410.7000.08264.8880.3960
Hex8B47EB294608109503c
Octal2131073535110601041112074
Binary100010111000111111010111010011000110010001000010011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b47eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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