#8B1EFA

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

Shades of Blue Violet #8B1EFA

Tints of Blue Violet #8B1EFA

Color information

#8B1EFA (or 0x8B1EFA) is unknown color: approx Blue Violet. HEX triplet: 8B, 1E and FA. RGB value is (139,30,250). Sum of RGB (Red+Green+Blue) = 139+30+250=419 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.17% from 419); Green value is 30 (12.11% from 255 or 7.16% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #8B1EFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B1EFA is #74E105. Grayscale: #565656. Windows color (decimal): -7659782 or 16391819. OLE color: 16391819.

HSL color Cylindrical-coordinate representation of color #8B1EFA: hue angle of 269.73º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B1EFA is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13930250-
CMYK0.440.8800.02
HSL269.73º95.65%54.9%-
HSV(B)269.73º88%98.04%-
XYZ28.3713.3291.52-
YUV87.67219.61164.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.17%
GREEN value IS 30 (12.11% from 255) = 7.16%
BLUE value IS 250 (98.05% from 255) = 59.67%
R=33.17%
G=7.16%
B=59.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal139302500.440.8800.02269.7395.6554.9
Hex8B1EFA2C580210e6037
Octal21336372541300241614067
Binary10001011111101111101010110010110000101000011101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,30,250); }

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

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

 a { background-color: rgb(139,30,250); }

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

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

 span { border-color: rgb(139,30,250); }

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