#8121ef

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

Shades of Blue Violet #8121EF

Tints of Blue Violet #8121EF

Color information

#8121EF (or 0x8121EF) is unknown color: approx Blue Violet. HEX triplet: 81, 21 and EF. RGB value is (129,33,239). Sum of RGB (Red+Green+Blue) = 129+33+239=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 33 (13.28% from 255 or 8.23% from 401); Blue value is 239 (93.75% from 255 or 59.60% from 401); Max value from RGB is 239 - color contains mainly: blue. Hex color #8121EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8121EF is #7EDE10. Grayscale: #545454. Windows color (decimal): -8314385 or 15671681. OLE color: 15671681.

HSL color Cylindrical-coordinate representation of color #8121EF: hue angle of 267.96º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8121EF is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB12933239-
CMYK0.460.8600.06
HSL267.96º86.55%53.33%-
HSV(B)267.96º86.19%93.73%-
XYZ25.1811.9982.65-
YUV85.19214.8159.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.17%
GREEN value IS 33 (13.28% from 255) = 8.23%
BLUE value IS 239 (93.75% from 255) = 59.60%
R=32.17%
G=8.23%
B=59.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal129332390.460.8600.06267.9686.5553.33
Hex8121EF2E560610c5735
Octal20141357561260641412765
Binary1000000110000111101111101110101011001101000011001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8121ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8121ef; }

 p { color: rgb(129,33,239); }

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

<style>
 a { background-color: #8121ef; }

 a { background-color: rgb(129,33,239); }

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

<style>
 span { border-color: #8121ef; }

 span { border-color: rgb(129,33,239); }

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