#8B47FB

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

Shades of Blue Violet #8B47FB

Tints of Blue Violet #8B47FB

Color information

#8B47FB (or 0x8B47FB) is unknown color: approx Blue Violet. HEX triplet: 8B, 47 and FB. RGB value is (139,71,251). Sum of RGB (Red+Green+Blue) = 139+71+251=461 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.15% from 461); Green value is 71 (28.12% from 255 or 15.40% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #8B47FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B47FB is #74B804. Grayscale: #6F6F6F. Windows color (decimal): -7649285 or 16467851. OLE color: 16467851.

HSL color Cylindrical-coordinate representation of color #8B47FB: hue angle of 262.67º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8B47FB is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13971251-
CMYK0.450.7200.02
HSL262.67º95.74%63.14%-
HSV(B)262.67º71.71%98.43%-
XYZ30.3116.9692.94-
YUV111.85206.53147.36-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.15%
GREEN value IS 71 (28.12% from 255) = 15.40%
BLUE value IS 251 (98.44% from 255) = 54.45%
R=30.15%
G=15.40%
B=54.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal139712510.450.7200.02262.6795.7463.14
Hex8B47FB2D4802107603f
Octal213107373551100240714077
Binary1000101110001111111101110110110010000101000001111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B47FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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