#8513E3

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

Shades of Blue Violet #8513E3

Tints of Blue Violet #8513E3

Color information

#8513E3 (or 0x8513E3) is unknown color: approx Blue Violet. HEX triplet: 85, 13 and E3. RGB value is (133,19,227). Sum of RGB (Red+Green+Blue) = 133+19+227=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 19 (7.81% from 255 or 5.01% from 379); Blue value is 227 (89.06% from 255 or 59.89% from 379); Max value from RGB is 227 - color contains mainly: blue. Hex color #8513E3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8513E3 is #7AEC1C. Grayscale: #4C4C4C. Windows color (decimal): -8055837 or 14881669. OLE color: 14881669.

HSL color Cylindrical-coordinate representation of color #8513E3: hue angle of 272.88º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8513E3 is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB13319227-
CMYK0.410.9200.11
HSL272.88º84.55%48.24%-
HSV(B)272.88º91.63%89.02%-
XYZ23.771173.54-
YUV76.8212.77168.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.09%
GREEN value IS 19 (7.81% from 255) = 5.01%
BLUE value IS 227 (89.06% from 255) = 59.89%
R=35.09%
G=5.01%
B=59.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal133192270.410.9200.11272.8884.5548.24
Hex8513E3295C0B1115530
Octal205233435113401342112560
Binary1000010110011111000111010011011100010111000100011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8513E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8513E3; }

 p { color: rgb(133,19,227); }

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

<style>
 a { background-color: #8513E3; }

 a { background-color: rgb(133,19,227); }

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

<style>
 span { border-color: #8513E3; }

 span { border-color: rgb(133,19,227); }

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