#8731E1

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

Shades of Blue Violet #8731E1

Tints of Blue Violet #8731E1

Color information

#8731E1 (or 0x8731E1) is unknown color: approx Blue Violet. HEX triplet: 87, 31 and E1. RGB value is (135,49,225). Sum of RGB (Red+Green+Blue) = 135+49+225=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 49 (19.53% from 255 or 11.98% from 409); Blue value is 225 (88.28% from 255 or 55.01% from 409); Max value from RGB is 225 - color contains mainly: blue. Hex color #8731E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8731E1 is #78CE1E. Grayscale: #5E5E5E. Windows color (decimal): -7917087 or 14758279. OLE color: 14758279.

HSL color Cylindrical-coordinate representation of color #8731E1: hue angle of 269.32º 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 #8731E1 is Cyan = 0.4, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13549225-
CMYK0.40.7800.12
HSL269.32º74.58%53.73%-
HSV(B)269.32º78.22%88.24%-
XYZ24.6812.7872.4-
YUV94.78201.49156.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.01%
GREEN value IS 49 (19.53% from 255) = 11.98%
BLUE value IS 225 (88.28% from 255) = 55.01%
R=33.01%
G=11.98%
B=55.01%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal135492250.40.7800.12269.3274.5853.73
Hex8731E1284E0C10d4b36
Octal207613415011601441511366
Binary10000111110001111000011010001001110011001000011011001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8731E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8731E1; }

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

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

<style>
 a { background-color: #8731E1; }

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

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

<style>
 span { border-color: #8731E1; }

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

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