#8621F9

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

Shades of Blue Violet #8621F9

Tints of Blue Violet #8621F9

Color information

#8621F9 (or 0x8621F9) is unknown color: approx Blue Violet. HEX triplet: 86, 21 and F9. RGB value is (134,33,249). Sum of RGB (Red+Green+Blue) = 134+33+249=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 33 (13.28% from 255 or 7.93% from 416); Blue value is 249 (97.66% from 255 or 59.86% from 416); Max value from RGB is 249 - color contains mainly: blue. Hex color #8621F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8621F9 is #79DE06. Grayscale: #575757. Windows color (decimal): -7986695 or 16327046. OLE color: 16327046.

HSL color Cylindrical-coordinate representation of color #8621F9: hue angle of 268.06º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8621F9 is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13433249-
CMYK0.460.8700.02
HSL268.06º94.74%55.29%-
HSV(B)268.06º86.75%97.65%-
XYZ27.471390.68-
YUV87.82218.96160.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.21%
GREEN value IS 33 (13.28% from 255) = 7.93%
BLUE value IS 249 (97.66% from 255) = 59.86%
R=32.21%
G=7.93%
B=59.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal134332490.460.8700.02268.0694.7455.29
Hex8621F92E570210c5f37
Octal20641371561270241413767
Binary100001101000011111100110111010101110101000011001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8621F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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