#8B4AF9

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

Shades of Blue Violet #8B4AF9

Tints of Blue Violet #8B4AF9

Color information

#8B4AF9 (or 0x8B4AF9) is unknown color: approx Blue Violet. HEX triplet: 8B, 4A and F9. RGB value is (139,74,249). Sum of RGB (Red+Green+Blue) = 139+74+249=462 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.09% from 462); Green value is 74 (29.30% from 255 or 16.02% from 462); Blue value is 249 (97.66% from 255 or 53.90% from 462); Max value from RGB is 249 - color contains mainly: blue. Hex color #8B4AF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B4AF9 is #74B506. Grayscale: #707070. Windows color (decimal): -7648519 or 16337547. OLE color: 16337547.

HSL color Cylindrical-coordinate representation of color #8B4AF9: hue angle of 262.29º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8B4AF9 is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13974249-
CMYK0.440.7000.02
HSL262.29º93.58%63.33%-
HSV(B)262.29º70.28%97.65%-
XYZ30.217.2391.36-
YUV113.38204.53146.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.09%
GREEN value IS 74 (29.30% from 255) = 16.02%
BLUE value IS 249 (97.66% from 255) = 53.90%
R=30.09%
G=16.02%
B=53.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal139742490.440.7000.02262.2993.5863.33
Hex8B4AF92C46021065e3f
Octal213112371541060240613677
Binary1000101110010101111100110110010001100101000001101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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