#8241D4

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

Shades of Blue Violet #8241D4

Tints of Blue Violet #8241D4

Color information

#8241D4 (or 0x8241D4) is unknown color: approx Blue Violet. HEX triplet: 82, 41 and D4. RGB value is (130,65,212). Sum of RGB (Red+Green+Blue) = 130+65+212=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 212 (83.20% from 255 or 52.09% from 407); Max value from RGB is 212 - color contains mainly: blue. Hex color #8241D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8241D4 is #7DBE2B. Grayscale: #646464. Windows color (decimal): -8240684 or 13910402. OLE color: 13910402.

HSL color Cylindrical-coordinate representation of color #8241D4: hue angle of 266.53º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8241D4 is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB13065212-
CMYK0.390.6900.17
HSL266.53º63.09%54.31%-
HSV(B)266.53º69.34%83.14%-
XYZ22.9813.2863.64-
YUV101.19190.53148.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.94%
GREEN value IS 65 (25.78% from 255) = 15.97%
BLUE value IS 212 (83.20% from 255) = 52.09%
R=31.94%
G=15.97%
B=52.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal130652120.390.6900.17266.5363.0954.31
Hex8241D4274501110b3f36
Octal202101324471050214137766
Binary100000101000001110101001001111000101010001100001011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8241D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8241D4; }

 p { color: rgb(130,65,212); }

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

<style>
 a { background-color: #8241D4; }

 a { background-color: rgb(130,65,212); }

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

<style>
 span { border-color: #8241D4; }

 span { border-color: rgb(130,65,212); }

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