#8B1AD1

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

Shades of Blue Violet #8B1AD1

Tints of Blue Violet #8B1AD1

Color information

#8B1AD1 (or 0x8B1AD1) is unknown color: approx Blue Violet. HEX triplet: 8B, 1A and D1. RGB value is (139,26,209). Sum of RGB (Red+Green+Blue) = 139+26+209=374 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.17% from 374); Green value is 26 (10.55% from 255 or 6.95% from 374); Blue value is 209 (82.03% from 255 or 55.88% from 374); Max value from RGB is 209 - color contains mainly: blue. Hex color #8B1AD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B1AD1 is #74E52E. Grayscale: #505050. Windows color (decimal): -7660847 or 13703819. OLE color: 13703819.

HSL color Cylindrical-coordinate representation of color #8B1AD1: hue angle of 277.05º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B1AD1 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13926209-
CMYK0.330.8800.18
HSL277.05º77.87%46.08%-
HSV(B)277.05º87.56%81.96%-
XYZ22.5310.8361.23-
YUV80.65200.44169.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.17%
GREEN value IS 26 (10.55% from 255) = 6.95%
BLUE value IS 209 (82.03% from 255) = 55.88%
R=37.17%
G=6.95%
B=55.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal139262090.330.8800.18277.0577.8746.08
Hex8B1AD121580121154e2e
Octal213323214113002242511656
Binary10001011110101101000110000110110000100101000101011001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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