#8441EE

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

Shades of Blue Violet #8441EE

Tints of Blue Violet #8441EE

Color information

#8441EE (or 0x8441EE) is unknown color: approx Blue Violet. HEX triplet: 84, 41 and EE. RGB value is (132,65,238). Sum of RGB (Red+Green+Blue) = 132+65+238=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 65 (25.78% from 255 or 14.94% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #8441EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8441EE is #7BBE11. Grayscale: #686868. Windows color (decimal): -8109586 or 15614340. OLE color: 15614340.

HSL color Cylindrical-coordinate representation of color #8441EE: hue angle of 263.24º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8441EE is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13265238-
CMYK0.450.7300.07
HSL263.24º83.57%59.41%-
HSV(B)263.24º72.69%93.33%-
XYZ26.8414.8682.34-
YUV104.76203.2147.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.34%
GREEN value IS 65 (25.78% from 255) = 14.94%
BLUE value IS 238 (93.36% from 255) = 54.71%
R=30.34%
G=14.94%
B=54.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal132652380.450.7300.07263.2483.5759.41
Hex8441EE2D4907107543b
Octal204101356551110740712473
Binary10000100100000111101110101101100100101111000001111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8441EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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