#8b49dd

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

Shades of Blue Violet #8B49DD

Tints of Blue Violet #8B49DD

Color information

#8B49DD (or 0x8B49DD) is unknown color: approx Blue Violet. HEX triplet: 8B, 49 and DD. RGB value is (139,73,221). Sum of RGB (Red+Green+Blue) = 139+73+221=433 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.10% from 433); Green value is 73 (28.91% from 255 or 16.86% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #8B49DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B49DD is #74B622. Grayscale: #6D6D6D. Windows color (decimal): -7648803 or 14502283. OLE color: 14502283.

HSL color Cylindrical-coordinate representation of color #8B49DD: hue angle of 266.76º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B49DD is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13973221-
CMYK0.370.6700.13
HSL266.76º68.52%57.65%-
HSV(B)266.76º66.97%86.67%-
XYZ26.0815.4770.02-
YUV109.61190.87148.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.10%
GREEN value IS 73 (28.91% from 255) = 16.86%
BLUE value IS 221 (86.72% from 255) = 51.04%
R=32.10%
G=16.86%
B=51.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal139732210.370.6700.13266.7668.5257.65
Hex8B49DD25430D10b453a
Octal2131113354510301541310572
Binary100010111001001110111011001011000011011011000010111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b49dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,73,221); }

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

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

 a { background-color: rgb(139,73,221); }

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

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

 span { border-color: rgb(139,73,221); }

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