#8b2bef

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

Shades of Blue Violet #8B2BEF

Tints of Blue Violet #8B2BEF

Color information

#8B2BEF (or 0x8B2BEF) is unknown color: approx Blue Violet. HEX triplet: 8B, 2B and EF. RGB value is (139,43,239). Sum of RGB (Red+Green+Blue) = 139+43+239=421 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.02% from 421); Green value is 43 (17.19% from 255 or 10.21% from 421); Blue value is 239 (93.75% from 255 or 56.77% from 421); Max value from RGB is 239 - color contains mainly: blue. Hex color #8B2BEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B2BEF is #74D410. Grayscale: #5D5D5D. Windows color (decimal): -7656465 or 15674251. OLE color: 15674251.

HSL color Cylindrical-coordinate representation of color #8B2BEF: hue angle of 269.39º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8B2BEF is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB13943239-
CMYK0.420.8200.06
HSL269.39º85.96%55.29%-
HSV(B)269.39º82.01%93.73%-
XYZ27.0913.4582.83-
YUV94.05209.8160.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.02%
GREEN value IS 43 (17.19% from 255) = 10.21%
BLUE value IS 239 (93.75% from 255) = 56.77%
R=33.02%
G=10.21%
B=56.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal139432390.420.8200.06269.3985.9655.29
Hex8B2BEF2A520610d5637
Octal21353357521220641512667
Binary1000101110101111101111101010101001001101000011011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b2bef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,43,239); }

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

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

 a { background-color: rgb(139,43,239); }

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

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

 span { border-color: rgb(139,43,239); }

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