#8B4EE7

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

Shades of Blue Violet #8B4EE7

Tints of Blue Violet #8B4EE7

Color information

#8B4EE7 (or 0x8B4EE7) is unknown color: approx Blue Violet. HEX triplet: 8B, 4E and E7. RGB value is (139,78,231). Sum of RGB (Red+Green+Blue) = 139+78+231=448 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.03% from 448); Green value is 78 (30.86% from 255 or 17.41% from 448); Blue value is 231 (90.62% from 255 or 51.56% from 448); Max value from RGB is 231 - color contains mainly: blue. Hex color #8B4EE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B4EE7 is #74B118. Grayscale: #717171. Windows color (decimal): -7647513 or 15158923. OLE color: 15158923.

HSL color Cylindrical-coordinate representation of color #8B4EE7: hue angle of 263.92º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B4EE7 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB13978231-
CMYK0.400.6600.09
HSL263.92º76.12%60.59%-
HSV(B)263.92º66.23%90.59%-
XYZ27.816.7177.36-
YUV113.68194.21146.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.03%
GREEN value IS 78 (30.86% from 255) = 17.41%
BLUE value IS 231 (90.62% from 255) = 51.56%
R=31.03%
G=17.41%
B=51.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal139782310.400.6600.09263.9276.1260.59
Hex8B4EE72842091084c3d
Octal2131163475010201141011475
Binary100010111001110111001111010001000010010011000010001001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,78,231); }

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

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

 a { background-color: rgb(139,78,231); }

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

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

 span { border-color: rgb(139,78,231); }

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