#8249ED

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

Shades of Blue Violet #8249ED

Tints of Blue Violet #8249ED

Color information

#8249ED (or 0x8249ED) is unknown color: approx Blue Violet. HEX triplet: 82, 49 and ED. RGB value is (130,73,237). Sum of RGB (Red+Green+Blue) = 130+73+237=440 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.55% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #8249ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8249ED is #7DB612. Grayscale: #6C6C6C. Windows color (decimal): -8238611 or 15550850. OLE color: 15550850.

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

Color convert

RGB13073237-
CMYK0.450.6900.07
HSL260.85º82%60.78%-
HSV(B)260.85º69.2%92.94%-
XYZ26.8715.6381.72-
YUV108.74200.38143.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.55%
GREEN value IS 73 (28.91% from 255) = 16.59%
BLUE value IS 237 (92.97% from 255) = 53.86%
R=29.55%
G=16.59%
B=53.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal130732370.450.6900.07260.858260.78
Hex8249ED2D4507105523d
Octal202111355551050740512275
Binary10000010100100111101101101101100010101111000001011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8249ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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