#8140D0

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

Shades of Blue Violet #8140D0

Tints of Blue Violet #8140D0

Color information

#8140D0 (or 0x8140D0) is unknown color: approx Blue Violet. HEX triplet: 81, 40 and D0. RGB value is (129,64,208). Sum of RGB (Red+Green+Blue) = 129+64+208=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 208 (81.64% from 255 or 51.87% from 401); Max value from RGB is 208 - color contains mainly: blue. Hex color #8140D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8140D0 is #7EBF2F. Grayscale: #636363. Windows color (decimal): -8306480 or 13648001. OLE color: 13648001.

HSL color Cylindrical-coordinate representation of color #8140D0: hue angle of 267.08º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8140D0 is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12964208-
CMYK0.380.6900.18
HSL267.08º60.5%53.33%-
HSV(B)267.08º69.23%81.57%-
XYZ22.2712.8960.99-
YUV99.85189.03148.79-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.17%
GREEN value IS 64 (25.39% from 255) = 15.96%
BLUE value IS 208 (81.64% from 255) = 51.87%
R=32.17%
G=15.96%
B=51.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal129642080.380.6900.18267.0860.553.33
Hex8140D0264501210b3d35
Octal201100320461050224137565
Binary100000011000000110100001001101000101010010100001011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8140D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8140D0; }

 p { color: rgb(129,64,208); }

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

<style>
 a { background-color: #8140D0; }

 a { background-color: rgb(129,64,208); }

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

<style>
 span { border-color: #8140D0; }

 span { border-color: rgb(129,64,208); }

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