#881DF0

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

Shades of Blue Violet #881DF0

Tints of Blue Violet #881DF0

Color information

#881DF0 (or 0x881DF0) is unknown color: approx Blue Violet. HEX triplet: 88, 1D and F0. RGB value is (136,29,240). Sum of RGB (Red+Green+Blue) = 136+29+240=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 29 (11.72% from 255 or 7.16% from 405); Blue value is 240 (94.14% from 255 or 59.26% from 405); Max value from RGB is 240 - color contains mainly: blue. Hex color #881DF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #881DF0 is #77E20F. Grayscale: #545454. Windows color (decimal): -7856656 or 15736200. OLE color: 15736200.

HSL color Cylindrical-coordinate representation of color #881DF0: hue angle of 270.43º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881DF0 is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB13629240-
CMYK0.430.8800.06
HSL270.43º87.55%52.75%-
HSV(B)270.43º87.92%94.12%-
XYZ26.3212.483.45-
YUV85.05215.45164.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.58%
GREEN value IS 29 (11.72% from 255) = 7.16%
BLUE value IS 240 (94.14% from 255) = 59.26%
R=33.58%
G=7.16%
B=59.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal136292400.430.8800.06270.4387.5552.75
Hex881DF02B580610e5835
Octal21035360531300641613065
Binary100010001110111110000101011101100001101000011101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881DF0; }

 p { color: rgb(136,29,240); }

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

<style>
 a { background-color: #881DF0; }

 a { background-color: rgb(136,29,240); }

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

<style>
 span { border-color: #881DF0; }

 span { border-color: rgb(136,29,240); }

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