#8440FD

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

Shades of Blue Violet #8440FD

Tints of Blue Violet #8440FD

Color information

#8440FD (or 0x8440FD) is unknown color: approx Blue Violet. HEX triplet: 84, 40 and FD. RGB value is (132,64,253). Sum of RGB (Red+Green+Blue) = 132+64+253=449 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.40% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #8440FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8440FD is #7BBF02. Grayscale: #696969. Windows color (decimal): -8109827 or 16597124. OLE color: 16597124.

HSL color Cylindrical-coordinate representation of color #8440FD: hue angle of 261.59º degrees, saturation: 0.98, 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 #8440FD is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB13264253-
CMYK0.480.7500.01
HSL261.59º97.93%62.16%-
HSV(B)261.59º74.7%99.22%-
XYZ29.0815.6694.42-
YUV105.88211.03146.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.40%
GREEN value IS 64 (25.39% from 255) = 14.25%
BLUE value IS 253 (99.22% from 255) = 56.35%
R=29.40%
G=14.25%
B=56.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal132642530.480.7500.01261.5997.9362.16
Hex8440FD304B01106623e
Octal204100375601130140614276
Binary100001001000000111111011100001001011011000001101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8440FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8440FD; }

 p { color: rgb(132,64,253); }

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

<style>
 a { background-color: #8440FD; }

 a { background-color: rgb(132,64,253); }

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

<style>
 span { border-color: #8440FD; }

 span { border-color: rgb(132,64,253); }

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