#8440FF

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

Shades of Blue Violet #8440FF

Tints of Blue Violet #8440FF

Color information

#8440FF (or 0x8440FF) is unknown color: approx Blue Violet. HEX triplet: 84, 40 and FF. RGB value is (132,64,255). Sum of RGB (Red+Green+Blue) = 132+64+255=451 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.27% from 451); Green value is 64 (25.39% from 255 or 14.19% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #8440FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8440FF is #7BBF00. Grayscale: #696969. Windows color (decimal): -8109825 or 16728196. OLE color: 16728196.

HSL color Cylindrical-coordinate representation of color #8440FF: hue angle of 261.36º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8440FF is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB13264255-
CMYK0.480.7500
HSL261.36º100%62.55%-
HSV(B)261.36º74.9%100%-
XYZ29.415.7996.11-
YUV106.11212.03146.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.27%
GREEN value IS 64 (25.39% from 255) = 14.19%
BLUE value IS 255 (100% from 255) = 56.54%
R=29.27%
G=14.19%
B=56.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal132642550.480.7500261.3610062.55
Hex8440FF304B00105643f
Octal204100377601130040514477
Binary100001001000000111111111100001001011001000001011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8440FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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