#8447DB

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

Shades of Blue Violet #8447DB

Tints of Blue Violet #8447DB

Color information

#8447DB (or 0x8447DB) is unknown color: approx Blue Violet. HEX triplet: 84, 47 and DB. RGB value is (132,71,219). Sum of RGB (Red+Green+Blue) = 132+71+219=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 71 (28.12% from 255 or 16.82% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #8447DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8447DB is #7BB824. Grayscale: #696969. Windows color (decimal): -8108069 or 14370692. OLE color: 14370692.

HSL color Cylindrical-coordinate representation of color #8447DB: hue angle of 264.73º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8447DB is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13271219-
CMYK0.400.6800.14
HSL264.73º67.27%56.86%-
HSV(B)264.73º67.58%85.88%-
XYZ24.5614.5368.53-
YUV106.11191.71146.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.28%
GREEN value IS 71 (28.12% from 255) = 16.82%
BLUE value IS 219 (85.94% from 255) = 51.90%
R=31.28%
G=16.82%
B=51.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal132712190.400.6800.14264.7367.2756.86
Hex8447DB28440E1094339
Octal2041073335010401641110371
Binary100001001000111110110111010001000100011101000010011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8447DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8447DB; }

 p { color: rgb(132,71,219); }

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

<style>
 a { background-color: #8447DB; }

 a { background-color: rgb(132,71,219); }

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

<style>
 span { border-color: #8447DB; }

 span { border-color: rgb(132,71,219); }

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