#872CD9

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

Shades of Blue Violet #872CD9

Tints of Blue Violet #872CD9

Color information

#872CD9 (or 0x872CD9) is unknown color: approx Blue Violet. HEX triplet: 87, 2C and D9. RGB value is (135,44,217). Sum of RGB (Red+Green+Blue) = 135+44+217=396 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.09% from 396); Green value is 44 (17.58% from 255 or 11.11% from 396); Blue value is 217 (85.16% from 255 or 54.80% from 396); Max value from RGB is 217 - color contains mainly: blue. Hex color #872CD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872CD9 is #78D326. Grayscale: #5A5A5A. Windows color (decimal): -7918375 or 14232711. OLE color: 14232711.

HSL color Cylindrical-coordinate representation of color #872CD9: hue angle of 271.56º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #872CD9 is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13544217-
CMYK0.380.8000.15
HSL271.56º69.48%51.18%-
HSV(B)271.56º79.72%85.1%-
XYZ23.4211.9666.72-
YUV90.93199.15159.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.09%
GREEN value IS 44 (17.58% from 255) = 11.11%
BLUE value IS 217 (85.16% from 255) = 54.80%
R=34.09%
G=11.11%
B=54.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal135442170.380.8000.15271.5669.4851.18
Hex872CD926500F1104533
Octal207543314612001742010563
Binary10000111101100110110011001101010000011111000100001000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872CD9; }

 p { color: rgb(135,44,217); }

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

<style>
 a { background-color: #872CD9; }

 a { background-color: rgb(135,44,217); }

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

<style>
 span { border-color: #872CD9; }

 span { border-color: rgb(135,44,217); }

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