#872EA5

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

Shades of Vivid Violet #872EA5

Tints of Vivid Violet #872EA5

Color information

#872EA5 (or 0x872EA5) is unknown color: approx Vivid Violet. HEX triplet: 87, 2E and A5. RGB value is (135,46,165). Sum of RGB (Red+Green+Blue) = 135+46+165=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 46 (18.36% from 255 or 13.29% from 346); Blue value is 165 (64.84% from 255 or 47.69% from 346); Max value from RGB is 165 - color contains mainly: blue. Hex color #872EA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872EA5 is #78D15A. Grayscale: #555555. Windows color (decimal): -7917915 or 10825351. OLE color: 10825351.

HSL color Cylindrical-coordinate representation of color #872EA5: hue angle of 284.87º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #872EA5 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13546165-
CMYK0.180.7200.35
HSL284.87º56.4%41.37%-
HSV(B)284.87º72.12%64.71%-
XYZ17.769.8236.56-
YUV86.18172.49162.82-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.02%
GREEN value IS 46 (18.36% from 255) = 13.29%
BLUE value IS 165 (64.84% from 255) = 47.69%
R=39.02%
G=13.29%
B=47.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal135461650.180.7200.35284.8756.441.37
Hex872EA5124802311d3829
Octal20756245221100434357051
Binary10000111101110101001011001010010000100011100011101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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