#8B2DEC

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

Shades of Blue Violet #8B2DEC

Tints of Blue Violet #8B2DEC

Color information

#8B2DEC (or 0x8B2DEC) is unknown color: approx Blue Violet. HEX triplet: 8B, 2D and EC. RGB value is (139,45,236). Sum of RGB (Red+Green+Blue) = 139+45+236=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 45 (17.97% from 255 or 10.71% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #8B2DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B2DEC is #74D213. Grayscale: #5E5E5E. Windows color (decimal): -7655956 or 15478155. OLE color: 15478155.

HSL color Cylindrical-coordinate representation of color #8B2DEC: hue angle of 269.53º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B2DEC is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13945236-
CMYK0.410.8100.07
HSL269.53º83.41%55.1%-
HSV(B)269.53º80.93%92.55%-
XYZ26.7313.4280.54-
YUV94.88207.64159.47-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.10%
GREEN value IS 45 (17.97% from 255) = 10.71%
BLUE value IS 236 (92.58% from 255) = 56.19%
R=33.10%
G=10.71%
B=56.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal139452360.410.8100.07269.5383.4155.1
Hex8B2DEC29510710e5337
Octal21355354511210741612367
Binary1000101110110111101100101001101000101111000011101010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,45,236); }

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

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

 a { background-color: rgb(139,45,236); }

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

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

 span { border-color: rgb(139,45,236); }

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