#8240DD

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

Shades of Blue Violet #8240DD

Tints of Blue Violet #8240DD

Color information

#8240DD (or 0x8240DD) is unknown color: approx Blue Violet. HEX triplet: 82, 40 and DD. RGB value is (130,64,221). Sum of RGB (Red+Green+Blue) = 130+64+221=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #8240DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8240DD is #7DBF22. Grayscale: #656565. Windows color (decimal): -8240931 or 14499970. OLE color: 14499970.

HSL color Cylindrical-coordinate representation of color #8240DD: hue angle of 265.22º 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 #8240DD is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13064221-
CMYK0.410.7100.13
HSL265.22º69.78%55.88%-
HSV(B)265.22º71.04%86.67%-
XYZ24.0913.6369.77-
YUV101.63195.37148.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.33%
GREEN value IS 64 (25.39% from 255) = 15.42%
BLUE value IS 221 (86.72% from 255) = 53.25%
R=31.33%
G=15.42%
B=53.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal130642210.410.7100.13265.2269.7855.88
Hex8240DD29470D1094638
Octal2021003355110701541110670
Binary100000101000000110111011010011000111011011000010011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8240DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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