#8B46F0

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

Shades of Blue Violet #8B46F0

Tints of Blue Violet #8B46F0

Color information

#8B46F0 (or 0x8B46F0) is unknown color: approx Blue Violet. HEX triplet: 8B, 46 and F0. RGB value is (139,70,240). Sum of RGB (Red+Green+Blue) = 139+70+240=449 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.96% from 449); Green value is 70 (27.73% from 255 or 15.59% from 449); Blue value is 240 (94.14% from 255 or 53.45% from 449); Max value from RGB is 240 - color contains mainly: blue. Hex color #8B46F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B46F0 is #74B90F. Grayscale: #6D6D6D. Windows color (decimal): -7649552 or 15746699. OLE color: 15746699.

HSL color Cylindrical-coordinate representation of color #8B46F0: hue angle of 264.35º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B46F0 is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB13970240-
CMYK0.420.7100.06
HSL264.35º85%60.78%-
HSV(B)264.35º70.83%94.12%-
XYZ28.5716.1684.05-
YUV110.01201.36148.68-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.96%
GREEN value IS 70 (27.73% from 255) = 15.59%
BLUE value IS 240 (94.14% from 255) = 53.45%
R=30.96%
G=15.59%
B=53.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal139702400.420.7100.06264.358560.78
Hex8B46F02A4706108553d
Octal213106360521070641012575
Binary10001011100011011110000101010100011101101000010001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B46F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,70,240); }

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

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

 a { background-color: rgb(139,70,240); }

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

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

 span { border-color: rgb(139,70,240); }

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