#8647E0

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

Shades of Blue Violet #8647E0

Tints of Blue Violet #8647E0

Color information

#8647E0 (or 0x8647E0) is unknown color: approx Blue Violet. HEX triplet: 86, 47 and E0. RGB value is (134,71,224). Sum of RGB (Red+Green+Blue) = 134+71+224=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 224 (87.89% from 255 or 52.21% from 429); Max value from RGB is 224 - color contains mainly: blue. Hex color #8647E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8647E0 is #79B81F. Grayscale: #6A6A6A. Windows color (decimal): -7976992 or 14698374. OLE color: 14698374.

HSL color Cylindrical-coordinate representation of color #8647E0: hue angle of 264.71º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8647E0 is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13471224-
CMYK0.400.6800.12
HSL264.71º71.16%57.84%-
HSV(B)264.71º68.3%87.84%-
XYZ25.5414.9672.06-
YUV107.28193.87147.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.24%
GREEN value IS 71 (28.12% from 255) = 16.55%
BLUE value IS 224 (87.89% from 255) = 52.21%
R=31.24%
G=16.55%
B=52.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal134712240.400.6800.12264.7171.1657.84
Hex8647E028440C109473a
Octal2061073405010401441110772
Binary100001101000111111000001010001000100011001000010011000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8647E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8647E0; }

 p { color: rgb(134,71,224); }

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

<style>
 a { background-color: #8647E0; }

 a { background-color: rgb(134,71,224); }

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

<style>
 span { border-color: #8647E0; }

 span { border-color: rgb(134,71,224); }

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