#8648e0

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

Shades of Blue Violet #8648E0

Tints of Blue Violet #8648E0

Color information

#8648E0 (or 0x8648E0) is unknown color: approx Blue Violet. HEX triplet: 86, 48 and E0. RGB value is (134,72,224). Sum of RGB (Red+Green+Blue) = 134+72+224=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 224 (87.89% from 255 or 52.09% from 430); Max value from RGB is 224 - color contains mainly: blue. Hex color #8648E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8648E0 is #79B71F. Grayscale: #6B6B6B. Windows color (decimal): -7976736 or 14698630. OLE color: 14698630.

HSL color Cylindrical-coordinate representation of color #8648E0: hue angle of 264.47º 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 #8648E0 is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13472224-
CMYK0.400.6800.12
HSL264.47º71.03%58.04%-
HSV(B)264.47º67.86%87.84%-
XYZ25.615.0872.08-
YUV107.87193.54146.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.16%
GREEN value IS 72 (28.52% from 255) = 16.74%
BLUE value IS 224 (87.89% from 255) = 52.09%
R=31.16%
G=16.74%
B=52.09%

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
Decimal134722240.400.6800.12264.4771.0358.04
Hex8648E028440C108473a
Octal2061103405010401441010772
Binary100001101001000111000001010001000100011001000010001000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8648e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8648e0; }

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

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

<style>
 a { background-color: #8648e0; }

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

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

<style>
 span { border-color: #8648e0; }

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

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