#8441DC

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

Shades of Blue Violet #8441DC

Tints of Blue Violet #8441DC

Color information

#8441DC (or 0x8441DC) is unknown color: approx Blue Violet. HEX triplet: 84, 41 and DC. RGB value is (132,65,220). Sum of RGB (Red+Green+Blue) = 132+65+220=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #8441DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8441DC is #7BBE23. Grayscale: #666666. Windows color (decimal): -8109604 or 14434692. OLE color: 14434692.

HSL color Cylindrical-coordinate representation of color #8441DC: hue angle of 265.94º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8441DC is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13265220-
CMYK0.400.7000.14
HSL265.94º68.89%55.88%-
HSV(B)265.94º70.45%86.27%-
XYZ24.3213.8569.1-
YUV102.7194.2148.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.65%
GREEN value IS 65 (25.78% from 255) = 15.59%
BLUE value IS 220 (86.33% from 255) = 52.76%
R=31.65%
G=15.59%
B=52.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal132652200.400.7000.14265.9468.8955.88
Hex8441DC28460E10a4538
Octal2041013345010601641210570
Binary100001001000001110111001010001000110011101000010101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8441DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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