#8147d4

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

Shades of Blue Violet #8147D4

Tints of Blue Violet #8147D4

Color information

#8147D4 (or 0x8147D4) is unknown color: approx Blue Violet. HEX triplet: 81, 47 and D4. RGB value is (129,71,212). Sum of RGB (Red+Green+Blue) = 129+71+212=412 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.31% from 412); Green value is 71 (28.12% from 255 or 17.23% from 412); Blue value is 212 (83.20% from 255 or 51.46% from 412); Max value from RGB is 212 - color contains mainly: blue. Hex color #8147D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8147D4 is #7EB82B. Grayscale: #676767. Windows color (decimal): -8304684 or 13911937. OLE color: 13911937.

HSL color Cylindrical-coordinate representation of color #8147D4: hue angle of 264.68º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8147D4 is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB12971212-
CMYK0.390.6700.17
HSL264.68º62.11%55.49%-
HSV(B)264.68º66.51%83.14%-
XYZ23.1913.9363.75-
YUV104.42188.72145.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.31%
GREEN value IS 71 (28.12% from 255) = 17.23%
BLUE value IS 212 (83.20% from 255) = 51.46%
R=31.31%
G=17.23%
B=51.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal129712120.390.6700.17264.6862.1155.49
Hex8147D427430111093e37
Octal201107324471030214117667
Binary100000011000111110101001001111000011010001100001001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8147d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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