#8B4CE9

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

Shades of Blue Violet #8B4CE9

Tints of Blue Violet #8B4CE9

Color information

#8B4CE9 (or 0x8B4CE9) is unknown color: approx Blue Violet. HEX triplet: 8B, 4C and E9. RGB value is (139,76,233). Sum of RGB (Red+Green+Blue) = 139+76+233=448 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.03% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 233 (91.41% from 255 or 52.01% from 448); Max value from RGB is 233 - color contains mainly: blue. Hex color #8B4CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B4CE9 is #74B316. Grayscale: #707070. Windows color (decimal): -7648023 or 15289483. OLE color: 15289483.

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

Color convert

RGB13976233-
CMYK0.400.6700.09
HSL264.08º78.11%60.59%-
HSV(B)264.08º67.38%91.37%-
XYZ27.9416.5478.81-
YUV112.74195.87146.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.03%
GREEN value IS 76 (30.08% from 255) = 16.96%
BLUE value IS 233 (91.41% from 255) = 52.01%
R=31.03%
G=16.96%
B=52.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal139762330.400.6700.09264.0878.1160.59
Hex8B4CE92843091084e3d
Octal2131143515010301141011675
Binary100010111001100111010011010001000011010011000010001001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,76,233); }

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

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

 a { background-color: rgb(139,76,233); }

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

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

 span { border-color: rgb(139,76,233); }

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