#8124D9

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

Shades of Blue Violet #8124D9

Tints of Blue Violet #8124D9

Color information

#8124D9 (or 0x8124D9) is unknown color: approx Blue Violet. HEX triplet: 81, 24 and D9. RGB value is (129,36,217). Sum of RGB (Red+Green+Blue) = 129+36+217=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 36 (14.45% from 255 or 9.42% from 382); Blue value is 217 (85.16% from 255 or 56.81% from 382); Max value from RGB is 217 - color contains mainly: blue. Hex color #8124D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8124D9 is #7EDB26. Grayscale: #535353. Windows color (decimal): -8313639 or 14230657. OLE color: 14230657.

HSL color Cylindrical-coordinate representation of color #8124D9: hue angle of 270.83º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8124D9 is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12936217-
CMYK0.410.8300.15
HSL270.83º71.54%49.61%-
HSV(B)270.83º83.41%85.1%-
XYZ22.2110.9466.59-
YUV84.44202.81159.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.77%
GREEN value IS 36 (14.45% from 255) = 9.42%
BLUE value IS 217 (85.16% from 255) = 56.81%
R=33.77%
G=9.42%
B=56.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal129362170.410.8300.15270.8371.5449.61
Hex8124D929530F10f4832
Octal201443315112301741711062
Binary10000001100100110110011010011010011011111000011111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8124D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8124D9; }

 p { color: rgb(129,36,217); }

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

<style>
 a { background-color: #8124D9; }

 a { background-color: rgb(129,36,217); }

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

<style>
 span { border-color: #8124D9; }

 span { border-color: rgb(129,36,217); }

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