#8621E1

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

Shades of Blue Violet #8621E1

Tints of Blue Violet #8621E1

Color information

#8621E1 (or 0x8621E1) is unknown color: approx Blue Violet. HEX triplet: 86, 21 and E1. RGB value is (134,33,225). Sum of RGB (Red+Green+Blue) = 134+33+225=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 225 (88.28% from 255 or 57.40% from 392); Max value from RGB is 225 - color contains mainly: blue. Hex color #8621E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8621E1 is #79DE1E. Grayscale: #545454. Windows color (decimal): -7986719 or 14754182. OLE color: 14754182.

HSL color Cylindrical-coordinate representation of color #8621E1: hue angle of 271.56º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8621E1 is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13433225-
CMYK0.400.8500.12
HSL271.56º76.19%50.59%-
HSV(B)271.56º85.33%88.24%-
XYZ23.9711.5972.21-
YUV85.09206.96162.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.18%
GREEN value IS 33 (13.28% from 255) = 8.42%
BLUE value IS 225 (88.28% from 255) = 57.40%
R=34.18%
G=8.42%
B=57.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal134332250.400.8500.12271.5676.1950.59
Hex8621E128550C1104c33
Octal206413415012501442011463
Binary10000110100001111000011010001010101011001000100001001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8621E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,33,225); }

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

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

 a { background-color: rgb(134,33,225); }

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

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

 span { border-color: rgb(134,33,225); }

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