#8B2BD1

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

Shades of Blue Violet #8B2BD1

Tints of Blue Violet #8B2BD1

Color information

#8B2BD1 (or 0x8B2BD1) is unknown color: approx Blue Violet. HEX triplet: 8B, 2B and D1. RGB value is (139,43,209). Sum of RGB (Red+Green+Blue) = 139+43+209=391 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.55% from 391); Green value is 43 (17.19% from 255 or 11.00% from 391); Blue value is 209 (82.03% from 255 or 53.45% from 391); Max value from RGB is 209 - color contains mainly: blue. Hex color #8B2BD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B2BD1 is #74D42E. Grayscale: #5A5A5A. Windows color (decimal): -7656495 or 13708171. OLE color: 13708171.

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

Color convert

RGB13943209-
CMYK0.330.7900.18
HSL274.7º65.87%49.41%-
HSV(B)274.7º79.43%81.96%-
XYZ23.0211.8261.39-
YUV90.63194.8162.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.55%
GREEN value IS 43 (17.19% from 255) = 11.00%
BLUE value IS 209 (82.03% from 255) = 53.45%
R=35.55%
G=11.00%
B=53.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal139432090.330.7900.18274.765.8749.41
Hex8B2BD1214F0121134231
Octal213533214111702242310261
Binary100010111010111101000110000110011110100101000100111000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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