#8543E1

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

Shades of Blue Violet #8543E1

Tints of Blue Violet #8543E1

Color information

#8543E1 (or 0x8543E1) is unknown color: approx Blue Violet. HEX triplet: 85, 43 and E1. RGB value is (133,67,225). Sum of RGB (Red+Green+Blue) = 133+67+225=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 67 (26.56% from 255 or 15.76% from 425); Blue value is 225 (88.28% from 255 or 52.94% from 425); Max value from RGB is 225 - color contains mainly: blue. Hex color #8543E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8543E1 is #7ABC1E. Grayscale: #686868. Windows color (decimal): -8043551 or 14762885. OLE color: 14762885.

HSL color Cylindrical-coordinate representation of color #8543E1: hue angle of 265.06º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8543E1 is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13367225-
CMYK0.410.7000.12
HSL265.06º72.48%57.25%-
HSV(B)265.06º70.22%88.24%-
XYZ25.2714.4472.69-
YUV104.75195.87148.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.29%
GREEN value IS 67 (26.56% from 255) = 15.76%
BLUE value IS 225 (88.28% from 255) = 52.94%
R=31.29%
G=15.76%
B=52.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal133672250.410.7000.12265.0672.4857.25
Hex8543E129460C1094839
Octal2051033415110601441111071
Binary100001011000011111000011010011000110011001000010011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8543E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,67,225); }

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

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

 a { background-color: rgb(133,67,225); }

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

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

 span { border-color: rgb(133,67,225); }

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