#8140DD

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

Shades of Blue Violet #8140DD

Tints of Blue Violet #8140DD

Color information

#8140DD (or 0x8140DD) is unknown color: approx Blue Violet. HEX triplet: 81, 40 and DD. RGB value is (129,64,221). Sum of RGB (Red+Green+Blue) = 129+64+221=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #8140DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8140DD is #7EBF22. Grayscale: #646464. Windows color (decimal): -8306467 or 14499969. OLE color: 14499969.

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

Color convert

RGB12964221-
CMYK0.420.7100.13
HSL264.84º69.78%55.88%-
HSV(B)264.84º71.04%86.67%-
XYZ23.9413.5569.76-
YUV101.33195.53147.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.16%
GREEN value IS 64 (25.39% from 255) = 15.46%
BLUE value IS 221 (86.72% from 255) = 53.38%
R=31.16%
G=15.46%
B=53.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal129642210.420.7100.13264.8469.7855.88
Hex8140DD2A470D1094638
Octal2011003355210701541110670
Binary100000011000000110111011010101000111011011000010011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8140DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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