#8445D9

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

Shades of Blue Violet #8445D9

Tints of Blue Violet #8445D9

Color information

#8445D9 (or 0x8445D9) is unknown color: approx Blue Violet. HEX triplet: 84, 45 and D9. RGB value is (132,69,217). Sum of RGB (Red+Green+Blue) = 132+69+217=418 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.58% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 217 (85.16% from 255 or 51.91% from 418); Max value from RGB is 217 - color contains mainly: blue. Hex color #8445D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8445D9 is #7BBA26. Grayscale: #686868. Windows color (decimal): -8108583 or 14239108. OLE color: 14239108.

HSL color Cylindrical-coordinate representation of color #8445D9: hue angle of 265.54º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8445D9 is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13269217-
CMYK0.390.6800.15
HSL265.54º66.07%56.08%-
HSV(B)265.54º68.2%85.1%-
XYZ24.1714.1767.11-
YUV104.71191.37147.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.58%
GREEN value IS 69 (27.34% from 255) = 16.51%
BLUE value IS 217 (85.16% from 255) = 51.91%
R=31.58%
G=16.51%
B=51.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal132692170.390.6800.15265.5466.0756.08
Hex8445D927440F10a4238
Octal2041053314710401741210270
Binary100001001000101110110011001111000100011111000010101000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8445D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8445D9; }

 p { color: rgb(132,69,217); }

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

<style>
 a { background-color: #8445D9; }

 a { background-color: rgb(132,69,217); }

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

<style>
 span { border-color: #8445D9; }

 span { border-color: rgb(132,69,217); }

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