#8B1AF8

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

Shades of Blue Violet #8B1AF8

Tints of Blue Violet #8B1AF8

Color information

#8B1AF8 (or 0x8B1AF8) is unknown color: approx Blue Violet. HEX triplet: 8B, 1A and F8. RGB value is (139,26,248). Sum of RGB (Red+Green+Blue) = 139+26+248=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 26 (10.55% from 255 or 6.30% from 413); Blue value is 248 (97.27% from 255 or 60.05% from 413); Max value from RGB is 248 - color contains mainly: blue. Hex color #8B1AF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B1AF8 is #74E507. Grayscale: #545454. Windows color (decimal): -7660808 or 16259723. OLE color: 16259723.

HSL color Cylindrical-coordinate representation of color #8B1AF8: hue angle of 270.54º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B1AF8 is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB13926248-
CMYK0.440.9000.03
HSL270.54º94.07%53.73%-
HSV(B)270.54º89.52%97.25%-
XYZ27.9613.0189.84-
YUV85.1219.94166.45-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.66%
GREEN value IS 26 (10.55% from 255) = 6.30%
BLUE value IS 248 (97.27% from 255) = 60.05%
R=33.66%
G=6.30%
B=60.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal139262480.440.9000.03270.5494.0753.73
Hex8B1AF82C5A0310f5e36
Octal21332370541320341713666
Binary10001011110101111100010110010110100111000011111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,26,248); }

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

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

 a { background-color: rgb(139,26,248); }

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

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

 span { border-color: rgb(139,26,248); }

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