#8229DA

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

Shades of Blue Violet #8229DA

Tints of Blue Violet #8229DA

Color information

#8229DA (or 0x8229DA) is unknown color: approx Blue Violet. HEX triplet: 82, 29 and DA. RGB value is (130,41,218). Sum of RGB (Red+Green+Blue) = 130+41+218=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 41 (16.41% from 255 or 10.54% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #8229DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8229DA is #7DD625. Grayscale: #575757. Windows color (decimal): -8246822 or 14297474. OLE color: 14297474.

HSL color Cylindrical-coordinate representation of color #8229DA: hue angle of 270.17º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8229DA is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13041218-
CMYK0.400.8100.15
HSL270.17º70.52%50.78%-
HSV(B)270.17º81.19%85.49%-
XYZ22.6511.3967.33-
YUV87.79201.49158.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.42%
GREEN value IS 41 (16.41% from 255) = 10.54%
BLUE value IS 218 (85.55% from 255) = 56.04%
R=33.42%
G=10.54%
B=56.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal130412180.400.8100.15270.1770.5250.78
Hex8229DA28510F10e4733
Octal202513325012101741610763
Binary10000010101001110110101010001010001011111000011101000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8229DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8229DA; }

 p { color: rgb(130,41,218); }

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

<style>
 a { background-color: #8229DA; }

 a { background-color: rgb(130,41,218); }

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

<style>
 span { border-color: #8229DA; }

 span { border-color: rgb(130,41,218); }

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