#884BF0

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

Shades of Blue Violet #884BF0

Tints of Blue Violet #884BF0

Color information

#884BF0 (or 0x884BF0) is unknown color: approx Blue Violet. HEX triplet: 88, 4B and F0. RGB value is (136,75,240). Sum of RGB (Red+Green+Blue) = 136+75+240=451 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.16% from 451); Green value is 75 (29.69% from 255 or 16.63% from 451); Blue value is 240 (94.14% from 255 or 53.22% from 451); Max value from RGB is 240 - color contains mainly: blue. Hex color #884BF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #884BF0 is #77B40F. Grayscale: #6F6F6F. Windows color (decimal): -7844880 or 15747976. OLE color: 15747976.

HSL color Cylindrical-coordinate representation of color #884BF0: hue angle of 262.18º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #884BF0 is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB13675240-
CMYK0.430.6900.06
HSL262.18º84.62%61.76%-
HSV(B)262.18º68.75%94.12%-
XYZ28.416.5684.14-
YUV112.05200.21145.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.16%
GREEN value IS 75 (29.69% from 255) = 16.63%
BLUE value IS 240 (94.14% from 255) = 53.22%
R=30.16%
G=16.63%
B=53.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal136752400.430.6900.06262.1884.6261.76
Hex884BF02B4506106553e
Octal210113360531050640612576
Binary10001000100101111110000101011100010101101000001101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884BF0; }

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

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

<style>
 a { background-color: #884BF0; }

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

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

<style>
 span { border-color: #884BF0; }

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

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