#8240ED

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

Shades of Blue Violet #8240ED

Tints of Blue Violet #8240ED

Color information

#8240ED (or 0x8240ED) is unknown color: approx Blue Violet. HEX triplet: 82, 40 and ED. RGB value is (130,64,237). Sum of RGB (Red+Green+Blue) = 130+64+237=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #8240ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8240ED is #7DBF12. Grayscale: #666666. Windows color (decimal): -8240915 or 15548546. OLE color: 15548546.

HSL color Cylindrical-coordinate representation of color #8240ED: hue angle of 262.89º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8240ED is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13064237-
CMYK0.450.7300.07
HSL262.89º82.78%59.02%-
HSV(B)262.89º73%92.94%-
XYZ26.3314.5381.54-
YUV103.46203.37146.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.16%
GREEN value IS 64 (25.39% from 255) = 14.85%
BLUE value IS 237 (92.97% from 255) = 54.99%
R=30.16%
G=14.85%
B=54.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal130642370.450.7300.07262.8982.7859.02
Hex8240ED2D4907107533b
Octal202100355551110740712373
Binary10000010100000011101101101101100100101111000001111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8240ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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