#8B31E1

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

Shades of Blue Violet #8B31E1

Tints of Blue Violet #8B31E1

Color information

#8B31E1 (or 0x8B31E1) is unknown color: approx Blue Violet. HEX triplet: 8B, 31 and E1. RGB value is (139,49,225). Sum of RGB (Red+Green+Blue) = 139+49+225=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 49 (19.53% from 255 or 11.86% from 413); Blue value is 225 (88.28% from 255 or 54.48% from 413); Max value from RGB is 225 - color contains mainly: blue. Hex color #8B31E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B31E1 is #74CE1E. Grayscale: #5F5F5F. Windows color (decimal): -7654943 or 14758283. OLE color: 14758283.

HSL color Cylindrical-coordinate representation of color #8B31E1: hue angle of 270.68º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B31E1 is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13949225-
CMYK0.380.7800.12
HSL270.68º74.58%53.73%-
HSV(B)270.68º78.22%88.24%-
XYZ25.3413.1272.43-
YUV95.97200.82158.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.66%
GREEN value IS 49 (19.53% from 255) = 11.86%
BLUE value IS 225 (88.28% from 255) = 54.48%
R=33.66%
G=11.86%
B=54.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal139492250.380.7800.12270.6874.5853.73
Hex8B31E1264E0C10f4b36
Octal213613414611601441711366
Binary10001011110001111000011001101001110011001000011111001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B31E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,49,225); }

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

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

 a { background-color: rgb(139,49,225); }

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

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

 span { border-color: rgb(139,49,225); }

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