#8441E6

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

Shades of Blue Violet #8441E6

Tints of Blue Violet #8441E6

Color information

#8441E6 (or 0x8441E6) is unknown color: approx Blue Violet. HEX triplet: 84, 41 and E6. RGB value is (132,65,230). Sum of RGB (Red+Green+Blue) = 132+65+230=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 230 (90.23% from 255 or 53.86% from 427); Max value from RGB is 230 - color contains mainly: blue. Hex color #8441E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8441E6 is #7BBE19. Grayscale: #676767. Windows color (decimal): -8109594 or 15090052. OLE color: 15090052.

HSL color Cylindrical-coordinate representation of color #8441E6: hue angle of 264.36º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8441E6 is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB13265230-
CMYK0.430.7200.10
HSL264.36º76.74%57.84%-
HSV(B)264.36º71.74%90.2%-
XYZ25.6914.476.29-
YUV103.84199.2148.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.91%
GREEN value IS 65 (25.78% from 255) = 15.22%
BLUE value IS 230 (90.23% from 255) = 53.86%
R=30.91%
G=15.22%
B=53.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal132652300.430.7200.10264.3676.7457.84
Hex8441E62B480A1084d3a
Octal2041013465311001241011572
Binary100001001000001111001101010111001000010101000010001001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8441E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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