#8B3DF1

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

Shades of Blue Violet #8B3DF1

Tints of Blue Violet #8B3DF1

Color information

#8B3DF1 (or 0x8B3DF1) is unknown color: approx Blue Violet. HEX triplet: 8B, 3D and F1. RGB value is (139,61,241). Sum of RGB (Red+Green+Blue) = 139+61+241=441 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.52% from 441); Green value is 61 (24.22% from 255 or 13.83% from 441); Blue value is 241 (94.53% from 255 or 54.65% from 441); Max value from RGB is 241 - color contains mainly: blue. Hex color #8B3DF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B3DF1 is #74C20E. Grayscale: #686868. Windows color (decimal): -7651855 or 15809931. OLE color: 15809931.

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

Color convert

RGB13961241-
CMYK0.420.7500.05
HSL266º86.54%59.22%-
HSV(B)266º74.69%94.51%-
XYZ28.1915.1884.66-
YUV104.84204.84152.36-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.52%
GREEN value IS 61 (24.22% from 255) = 13.83%
BLUE value IS 241 (94.53% from 255) = 54.65%
R=31.52%
G=13.83%
B=54.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal139612410.420.7500.0526686.5459.22
Hex8B3DF12A4B0510a573b
Octal21375361521130541212773
Binary1000101111110111110001101010100101101011000010101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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