#872bd1

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

Shades of Blue Violet #872BD1

Tints of Blue Violet #872BD1

Color information

#872BD1 (or 0x872BD1) is unknown color: approx Blue Violet. HEX triplet: 87, 2B and D1. RGB value is (135,43,209). Sum of RGB (Red+Green+Blue) = 135+43+209=387 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.88% from 387); Green value is 43 (17.19% from 255 or 11.11% from 387); Blue value is 209 (82.03% from 255 or 54.01% from 387); Max value from RGB is 209 - color contains mainly: blue. Hex color #872BD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872BD1 is #78D42E. Grayscale: #585858. Windows color (decimal): -7918639 or 13708167. OLE color: 13708167.

HSL color Cylindrical-coordinate representation of color #872BD1: hue angle of 273.25º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #872BD1 is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13543209-
CMYK0.350.7900.18
HSL273.25º65.87%49.41%-
HSV(B)273.25º79.43%81.96%-
XYZ22.3611.4861.36-
YUV89.43195.48160.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.88%
GREEN value IS 43 (17.19% from 255) = 11.11%
BLUE value IS 209 (82.03% from 255) = 54.01%
R=34.88%
G=11.11%
B=54.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal135432090.350.7900.18273.2565.8749.41
Hex872BD1234F0121114231
Octal207533214311702242110261
Binary100001111010111101000110001110011110100101000100011000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872bd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,43,209); }

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

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

 a { background-color: rgb(135,43,209); }

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

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

 span { border-color: rgb(135,43,209); }

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