#8B4DE5

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

Shades of Blue Violet #8B4DE5

Tints of Blue Violet #8B4DE5

Color information

#8B4DE5 (or 0x8B4DE5) is unknown color: approx Blue Violet. HEX triplet: 8B, 4D and E5. RGB value is (139,77,229). Sum of RGB (Red+Green+Blue) = 139+77+229=445 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.24% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 229 (89.84% from 255 or 51.46% from 445); Max value from RGB is 229 - color contains mainly: blue. Hex color #8B4DE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B4DE5 is #74B21A. Grayscale: #707070. Windows color (decimal): -7647771 or 15027595. OLE color: 15027595.

HSL color Cylindrical-coordinate representation of color #8B4DE5: hue angle of 264.47º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B4DE5 is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB13977229-
CMYK0.390.6600.10
HSL264.47º74.51%60%-
HSV(B)264.47º66.38%89.8%-
XYZ27.4416.4575.86-
YUV112.87193.54146.64-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.24%
GREEN value IS 77 (30.47% from 255) = 17.30%
BLUE value IS 229 (89.84% from 255) = 51.46%
R=31.24%
G=17.30%
B=51.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal139772290.390.6600.10264.4774.5160
Hex8B4DE527420A1084b3c
Octal2131153454710201241011374
Binary100010111001101111001011001111000010010101000010001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,77,229); }

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

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

 a { background-color: rgb(139,77,229); }

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

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

 span { border-color: rgb(139,77,229); }

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