#8029DA

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

Shades of Blue Violet #8029DA

Tints of Blue Violet #8029DA

Color information

#8029DA (or 0x8029DA) is unknown color: approx Blue Violet. HEX triplet: 80, 29 and DA. RGB value is (128,41,218). Sum of RGB (Red+Green+Blue) = 128+41+218=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 218 (85.55% from 255 or 56.33% from 387); Max value from RGB is 218 - color contains mainly: blue. Hex color #8029DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8029DA is #7FD625. Grayscale: #565656. Windows color (decimal): -8377894 or 14297472. OLE color: 14297472.

HSL color Cylindrical-coordinate representation of color #8029DA: hue angle of 269.49º 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 #8029DA is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12841218-
CMYK0.410.8100.15
HSL269.49º70.52%50.78%-
HSV(B)269.49º81.19%85.49%-
XYZ22.3511.2467.32-
YUV87.19201.82157.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.07%
GREEN value IS 41 (16.41% from 255) = 10.59%
BLUE value IS 218 (85.55% from 255) = 56.33%
R=33.07%
G=10.59%
B=56.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal128412180.410.8100.15269.4970.5250.78
Hex8029DA29510F10d4733
Octal200513325112101741510763
Binary10000000101001110110101010011010001011111000011011000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8029DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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