#8142D9

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

Shades of Blue Violet #8142D9

Tints of Blue Violet #8142D9

Color information

#8142D9 (or 0x8142D9) is unknown color: approx Blue Violet. HEX triplet: 81, 42 and D9. RGB value is (129,66,217). Sum of RGB (Red+Green+Blue) = 129+66+217=412 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.31% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 217 (85.16% from 255 or 52.67% from 412); Max value from RGB is 217 - color contains mainly: blue. Hex color #8142D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8142D9 is #7EBD26. Grayscale: #656565. Windows color (decimal): -8305959 or 14238337. OLE color: 14238337.

HSL color Cylindrical-coordinate representation of color #8142D9: hue angle of 265.03º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8142D9 is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12966217-
CMYK0.410.7000.15
HSL265.03º66.52%55.49%-
HSV(B)265.03º69.59%85.1%-
XYZ23.5313.5767.03-
YUV102.05192.87147.22-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.31%
GREEN value IS 66 (26.17% from 255) = 16.02%
BLUE value IS 217 (85.16% from 255) = 52.67%
R=31.31%
G=16.02%
B=52.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal129662170.410.7000.15265.0366.5255.49
Hex8142D929460F1094337
Octal2011023315110601741110367
Binary100000011000010110110011010011000110011111000010011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8142D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,66,217); }

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

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

 a { background-color: rgb(129,66,217); }

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

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

 span { border-color: rgb(129,66,217); }

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