#8441FF

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

Shades of Blue Violet #8441FF

Tints of Blue Violet #8441FF

Color information

#8441FF (or 0x8441FF) is unknown color: approx Blue Violet. HEX triplet: 84, 41 and FF. RGB value is (132,65,255). Sum of RGB (Red+Green+Blue) = 132+65+255=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 65 (25.78% from 255 or 14.38% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #8441FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8441FF is #7BBE00. Grayscale: #6A6A6A. Windows color (decimal): -8109569 or 16728452. OLE color: 16728452.

HSL color Cylindrical-coordinate representation of color #8441FF: hue angle of 261.16º 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 #8441FF is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB13265255-
CMYK0.480.7500
HSL261.16º100%62.75%-
HSV(B)261.16º74.51%100%-
XYZ29.4615.9196.13-
YUV106.69211.7146.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.20%
GREEN value IS 65 (25.78% from 255) = 14.38%
BLUE value IS 255 (100% from 255) = 56.42%
R=29.20%
G=14.38%
B=56.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal132652550.480.7500261.1610062.75
Hex8441FF304B00105643f
Octal204101377601130040514477
Binary100001001000001111111111100001001011001000001011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8441FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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