#8446F4

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

Shades of Blue Violet #8446F4

Tints of Blue Violet #8446F4

Color information

#8446F4 (or 0x8446F4) is unknown color: approx Blue Violet. HEX triplet: 84, 46 and F4. RGB value is (132,70,244). Sum of RGB (Red+Green+Blue) = 132+70+244=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 70 (27.73% from 255 or 15.70% from 446); Blue value is 244 (95.70% from 255 or 54.71% from 446); Max value from RGB is 244 - color contains mainly: blue. Hex color #8446F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8446F4 is #7BB90B. Grayscale: #6B6B6B. Windows color (decimal): -8108300 or 16008836. OLE color: 16008836.

HSL color Cylindrical-coordinate representation of color #8446F4: hue angle of 261.38º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8446F4 is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB13270244-
CMYK0.460.7100.04
HSL261.38º88.78%61.57%-
HSV(B)261.38º71.31%95.69%-
XYZ28.0415.8287.16-
YUV108.37204.54144.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.60%
GREEN value IS 70 (27.73% from 255) = 15.70%
BLUE value IS 244 (95.70% from 255) = 54.71%
R=29.60%
G=15.70%
B=54.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal132702440.460.7100.04261.3888.7861.57
Hex8446F42E4704105593e
Octal204106364561070440513176
Binary10000100100011011110100101110100011101001000001011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8446F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8446F4; }

 p { color: rgb(132,70,244); }

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

<style>
 a { background-color: #8446F4; }

 a { background-color: rgb(132,70,244); }

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

<style>
 span { border-color: #8446F4; }

 span { border-color: rgb(132,70,244); }

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