#8130D6

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

Shades of Blue Violet #8130D6

Tints of Blue Violet #8130D6

Color information

#8130D6 (or 0x8130D6) is unknown color: approx Blue Violet. HEX triplet: 81, 30 and D6. RGB value is (129,48,214). Sum of RGB (Red+Green+Blue) = 129+48+214=391 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.99% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 214 (83.98% from 255 or 54.73% from 391); Max value from RGB is 214 - color contains mainly: blue. Hex color #8130D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8130D6 is #7ECF29. Grayscale: #5A5A5A. Windows color (decimal): -8310570 or 14037121. OLE color: 14037121.

HSL color Cylindrical-coordinate representation of color #8130D6: hue angle of 269.28º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8130D6 is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB12948214-
CMYK0.400.7800.16
HSL269.28º66.94%51.37%-
HSV(B)269.28º77.57%83.92%-
XYZ22.2511.6464.69-
YUV91.14197.34155-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.99%
GREEN value IS 48 (19.14% from 255) = 12.28%
BLUE value IS 214 (83.98% from 255) = 54.73%
R=32.99%
G=12.28%
B=54.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal129482140.400.7800.16269.2866.9451.37
Hex8130D6284E01010d4333
Octal201603265011602041510363
Binary100000011100001101011010100010011100100001000011011000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8130D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8130D6; }

 p { color: rgb(129,48,214); }

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

<style>
 a { background-color: #8130D6; }

 a { background-color: rgb(129,48,214); }

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

<style>
 span { border-color: #8130D6; }

 span { border-color: rgb(129,48,214); }

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