#8621E7

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

Shades of Blue Violet #8621E7

Tints of Blue Violet #8621E7

Color information

#8621E7 (or 0x8621E7) is unknown color: approx Blue Violet. HEX triplet: 86, 21 and E7. RGB value is (134,33,231). Sum of RGB (Red+Green+Blue) = 134+33+231=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 231 (90.62% from 255 or 58.04% from 398); Max value from RGB is 231 - color contains mainly: blue. Hex color #8621E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8621E7 is #79DE18. Grayscale: #555555. Windows color (decimal): -7986713 or 15147398. OLE color: 15147398.

HSL color Cylindrical-coordinate representation of color #8621E7: hue angle of 270.61º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8621E7 is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB13433231-
CMYK0.420.8600.09
HSL270.61º80.49%51.76%-
HSV(B)270.61º85.71%90.59%-
XYZ24.811.9376.6-
YUV85.77209.96162.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.67%
GREEN value IS 33 (13.28% from 255) = 8.29%
BLUE value IS 231 (90.62% from 255) = 58.04%
R=33.67%
G=8.29%
B=58.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal134332310.420.8600.09270.6180.4951.76
Hex8621E72A560910f5034
Octal206413475212601141712064
Binary10000110100001111001111010101010110010011000011111010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8621E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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