#8b2ddf

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

Shades of Blue Violet #8B2DDF

Tints of Blue Violet #8B2DDF

Color information

#8B2DDF (or 0x8B2DDF) is unknown color: approx Blue Violet. HEX triplet: 8B, 2D and DF. RGB value is (139,45,223). Sum of RGB (Red+Green+Blue) = 139+45+223=407 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.15% from 407); Green value is 45 (17.97% from 255 or 11.06% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #8B2DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B2DDF is #74D220. Grayscale: #5C5C5C. Windows color (decimal): -7655969 or 14626187. OLE color: 14626187.

HSL color Cylindrical-coordinate representation of color #8B2DDF: hue angle of 271.69º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8B2DDF is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13945223-
CMYK0.380.8000.13
HSL271.69º73.55%52.55%-
HSV(B)271.69º79.82%87.45%-
XYZ24.9112.6970.95-
YUV93.4201.14160.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.15%
GREEN value IS 45 (17.97% from 255) = 11.06%
BLUE value IS 223 (87.5% from 255) = 54.79%
R=34.15%
G=11.06%
B=54.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal139452230.380.8000.13271.6973.5552.55
Hex8B2DDF26500D1104a35
Octal213553374612001542011265
Binary10001011101101110111111001101010000011011000100001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b2ddf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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