#8B4AF1

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

Shades of Blue Violet #8B4AF1

Tints of Blue Violet #8B4AF1

Color information

#8B4AF1 (or 0x8B4AF1) is unknown color: approx Blue Violet. HEX triplet: 8B, 4A and F1. RGB value is (139,74,241). Sum of RGB (Red+Green+Blue) = 139+74+241=454 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.62% from 454); Green value is 74 (29.30% from 255 or 16.30% from 454); Blue value is 241 (94.53% from 255 or 53.08% from 454); Max value from RGB is 241 - color contains mainly: blue. Hex color #8B4AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B4AF1 is #74B50E. Grayscale: #6F6F6F. Windows color (decimal): -7648527 or 15813259. OLE color: 15813259.

HSL color Cylindrical-coordinate representation of color #8B4AF1: hue angle of 263.35º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8B4AF1 is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13974241-
CMYK0.420.6900.05
HSL263.35º85.64%61.76%-
HSV(B)263.35º69.29%94.51%-
XYZ28.9716.7484.92-
YUV112.47200.53146.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.62%
GREEN value IS 74 (29.30% from 255) = 16.30%
BLUE value IS 241 (94.53% from 255) = 53.08%
R=30.62%
G=16.30%
B=53.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal139742410.420.6900.05263.3585.6461.76
Hex8B4AF12A4505107563e
Octal213112361521050540712676
Binary10001011100101011110001101010100010101011000001111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,74,241); }

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

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

 a { background-color: rgb(139,74,241); }

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

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

 span { border-color: rgb(139,74,241); }

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