#8B3AF6

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

Shades of Blue Violet #8B3AF6

Tints of Blue Violet #8B3AF6

Color information

#8B3AF6 (or 0x8B3AF6) is unknown color: approx Blue Violet. HEX triplet: 8B, 3A and F6. RGB value is (139,58,246). Sum of RGB (Red+Green+Blue) = 139+58+246=443 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.38% from 443); Green value is 58 (23.05% from 255 or 13.09% from 443); Blue value is 246 (96.48% from 255 or 55.53% from 443); Max value from RGB is 246 - color contains mainly: blue. Hex color #8B3AF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B3AF6 is #74C509. Grayscale: #666666. Windows color (decimal): -7652618 or 16136843. OLE color: 16136843.

HSL color Cylindrical-coordinate representation of color #8B3AF6: hue angle of 265.85º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B3AF6 is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB13958246-
CMYK0.430.7600.04
HSL265.85º91.26%59.61%-
HSV(B)265.85º76.42%96.47%-
XYZ28.815.1788.6-
YUV103.65208.34153.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.38%
GREEN value IS 58 (23.05% from 255) = 13.09%
BLUE value IS 246 (96.48% from 255) = 55.53%
R=31.38%
G=13.09%
B=55.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal139582460.430.7600.04265.8591.2659.61
Hex8B3AF62B4C0410a5b3c
Octal21372366531140441213374
Binary1000101111101011110110101011100110001001000010101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,58,246); }

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

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

 a { background-color: rgb(139,58,246); }

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

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

 span { border-color: rgb(139,58,246); }

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