#8147DD

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

Shades of Blue Violet #8147DD

Tints of Blue Violet #8147DD

Color information

#8147DD (or 0x8147DD) is unknown color: approx Blue Violet. HEX triplet: 81, 47 and DD. RGB value is (129,71,221). Sum of RGB (Red+Green+Blue) = 129+71+221=421 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.64% from 421); Green value is 71 (28.12% from 255 or 16.86% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #8147DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8147DD is #7EB822. Grayscale: #686868. Windows color (decimal): -8304675 or 14501761. OLE color: 14501761.

HSL color Cylindrical-coordinate representation of color #8147DD: hue angle of 263.2º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8147DD is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12971221-
CMYK0.420.6800.13
HSL263.2º68.81%57.25%-
HSV(B)263.2º67.87%86.67%-
XYZ24.3614.3969.9-
YUV105.44193.22144.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.64%
GREEN value IS 71 (28.12% from 255) = 16.86%
BLUE value IS 221 (86.72% from 255) = 52.49%
R=30.64%
G=16.86%
B=52.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal129712210.420.6800.13263.268.8157.25
Hex8147DD2A440D1074539
Octal2011073355210401540710571
Binary100000011000111110111011010101000100011011000001111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8147DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8147DD; }

 p { color: rgb(129,71,221); }

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

<style>
 a { background-color: #8147DD; }

 a { background-color: rgb(129,71,221); }

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

<style>
 span { border-color: #8147DD; }

 span { border-color: rgb(129,71,221); }

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