#8048ED

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

Shades of Blue Violet #8048ED

Tints of Blue Violet #8048ED

Color information

#8048ED (or 0x8048ED) is unknown color: approx Blue Violet. HEX triplet: 80, 48 and ED. RGB value is (128,72,237). Sum of RGB (Red+Green+Blue) = 128+72+237=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 72 (28.52% from 255 or 16.48% from 437); Blue value is 237 (92.97% from 255 or 54.23% from 437); Max value from RGB is 237 - color contains mainly: blue. Hex color #8048ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8048ED is #7FB712. Grayscale: #6A6A6A. Windows color (decimal): -8369939 or 15550592. OLE color: 15550592.

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

Color convert

RGB12872237-
CMYK0.460.7000.07
HSL260.36º82.09%60.59%-
HSV(B)260.36º69.62%92.94%-
XYZ26.5115.3481.68-
YUV107.55201.05142.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.29%
GREEN value IS 72 (28.52% from 255) = 16.48%
BLUE value IS 237 (92.97% from 255) = 54.23%
R=29.29%
G=16.48%
B=54.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal128722370.460.7000.07260.3682.0960.59
Hex8048ED2E4607104523d
Octal200110355561060740412275
Binary10000000100100011101101101110100011001111000001001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8048ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,72,237); }

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

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

 a { background-color: rgb(128,72,237); }

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

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

 span { border-color: rgb(128,72,237); }

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