#8840FC

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

Shades of Blue Violet #8840FC

Tints of Blue Violet #8840FC

Color information

#8840FC (or 0x8840FC) is unknown color: approx Blue Violet. HEX triplet: 88, 40 and FC. RGB value is (136,64,252). Sum of RGB (Red+Green+Blue) = 136+64+252=452 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.09% from 452); Green value is 64 (25.39% from 255 or 14.16% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #8840FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8840FC is #77BF03. Grayscale: #6A6A6A. Windows color (decimal): -7847684 or 16531592. OLE color: 16531592.

HSL color Cylindrical-coordinate representation of color #8840FC: hue angle of 262.98º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8840FC is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB13664252-
CMYK0.460.7500.01
HSL262.98º96.91%61.96%-
HSV(B)262.98º74.6%98.82%-
XYZ29.5615.9393.61-
YUV106.96209.85148.71-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.09%
GREEN value IS 64 (25.39% from 255) = 14.16%
BLUE value IS 252 (98.83% from 255) = 55.75%
R=30.09%
G=14.16%
B=55.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal136642520.460.7500.01262.9896.9161.96
Hex8840FC2E4B01107613e
Octal210100374561130140714176
Binary100010001000000111111001011101001011011000001111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8840FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8840FC; }

 p { color: rgb(136,64,252); }

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

<style>
 a { background-color: #8840FC; }

 a { background-color: rgb(136,64,252); }

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

<style>
 span { border-color: #8840FC; }

 span { border-color: rgb(136,64,252); }

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