#872ED5

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

Shades of Blue Violet #872ED5

Tints of Blue Violet #872ED5

Color information

#872ED5 (or 0x872ED5) is unknown color: approx Blue Violet. HEX triplet: 87, 2E and D5. RGB value is (135,46,213). Sum of RGB (Red+Green+Blue) = 135+46+213=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 46 (18.36% from 255 or 11.68% from 394); Blue value is 213 (83.59% from 255 or 54.06% from 394); Max value from RGB is 213 - color contains mainly: blue. Hex color #872ED5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872ED5 is #78D12A. Grayscale: #5B5B5B. Windows color (decimal): -7917867 or 13971079. OLE color: 13971079.

HSL color Cylindrical-coordinate representation of color #872ED5: hue angle of 271.98º 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 #872ED5 is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13546213-
CMYK0.370.7800.16
HSL271.98º66.53%50.78%-
HSV(B)271.98º78.4%83.53%-
XYZ22.9811.9164.04-
YUV91.65196.49158.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.26%
GREEN value IS 46 (18.36% from 255) = 11.68%
BLUE value IS 213 (83.59% from 255) = 54.06%
R=34.26%
G=11.68%
B=54.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal135462130.370.7800.16271.9866.5350.78
Hex872ED5254E0101104333
Octal207563254511602042010363
Binary100001111011101101010110010110011100100001000100001000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,46,213); }

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

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

 a { background-color: rgb(135,46,213); }

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

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

 span { border-color: rgb(135,46,213); }

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