#8442F7

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

Shades of Blue Violet #8442F7

Tints of Blue Violet #8442F7

Color information

#8442F7 (or 0x8442F7) is unknown color: approx Blue Violet. HEX triplet: 84, 42 and F7. RGB value is (132,66,247). Sum of RGB (Red+Green+Blue) = 132+66+247=445 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.66% from 445); Green value is 66 (26.17% from 255 or 14.83% from 445); Blue value is 247 (96.88% from 255 or 55.51% from 445); Max value from RGB is 247 - color contains mainly: blue. Hex color #8442F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8442F7 is #7BBD08. Grayscale: #696969. Windows color (decimal): -8109321 or 16204420. OLE color: 16204420.

HSL color Cylindrical-coordinate representation of color #8442F7: hue angle of 261.88º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8442F7 is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB13266247-
CMYK0.470.7300.03
HSL261.88º91.88%61.37%-
HSV(B)261.88º73.28%96.86%-
XYZ28.2515.5289.5-
YUV106.37207.37146.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.66%
GREEN value IS 66 (26.17% from 255) = 14.83%
BLUE value IS 247 (96.88% from 255) = 55.51%
R=29.66%
G=14.83%
B=55.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal132662470.470.7300.03261.8891.8861.37
Hex8442F72F49031065c3d
Octal204102367571110340613475
Binary1000010010000101111011110111110010010111000001101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8442F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8442F7; }

 p { color: rgb(132,66,247); }

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

<style>
 a { background-color: #8442F7; }

 a { background-color: rgb(132,66,247); }

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

<style>
 span { border-color: #8442F7; }

 span { border-color: rgb(132,66,247); }

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