#8B13E9

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

Shades of Blue Violet #8B13E9

Tints of Blue Violet #8B13E9

Color information

#8B13E9 (or 0x8B13E9) is unknown color: approx Blue Violet. HEX triplet: 8B, 13 and E9. RGB value is (139,19,233). Sum of RGB (Red+Green+Blue) = 139+19+233=391 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.55% from 391); Green value is 19 (7.81% from 255 or 4.86% from 391); Blue value is 233 (91.41% from 255 or 59.59% from 391); Max value from RGB is 233 - color contains mainly: blue. Hex color #8B13E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8B13E9 is #74EC16. Grayscale: #4E4E4E. Windows color (decimal): -7662615 or 15274891. OLE color: 15274891.

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

Color convert

RGB13919233-
CMYK0.400.9200.09
HSL273.64º84.92%49.41%-
HSV(B)273.64º91.85%91.37%-
XYZ25.5911.8478.03-
YUV79.28214.76170.6-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.55%
GREEN value IS 19 (7.81% from 255) = 4.86%
BLUE value IS 233 (91.41% from 255) = 59.59%
R=35.55%
G=4.86%
B=59.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal139192330.400.9200.09273.6484.9249.41
Hex8B13E9285C091125531
Octal213233515013401142212561
Binary1000101110011111010011010001011100010011000100101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B13E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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