Html Css Color HEX #872E87 Vivid Violet

📋 copy color: '#872E87'

red 135 ◦ green 46 ◦ blue 135

#872E87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #872E87

Tints of Vivid Violet #872E87

RGB

 RED value IS 135 (53.13% from 255) = 42.72%

 GREEN value IS 46 (18.36% from 255) = 14.56%

 BLUE value IS 135 (53.13% from 255) = 42.72%

R = 42.72%
G = 14.56%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#872E87 (or 0x872E87) is known color: Vivid Violet. HEX triplet: 87, 2E and 87. RGB value is (135,46,135). Sum of RGB (Red+Green+Blue) = 135+46+135=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 46 (18.36% from 255 or 14.56% from 316); Blue value is 135 (53.12% from 255 or 42.72% from 316); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #872E87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872E87 is #78D178. Grayscale: #525252. Windows color (decimal): -7917945 or 8859271. OLE color: 8859271.

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

Color convert

RGB 135 46 135 -
CMYK 0 0.66 0 0.47
HSL 300º 0.49% 0.35% -
HSV(B) 300º 0.66% 0.53% -
XYZ 15.34 8.85 23.82 -
YUV 82.76 157.49 165.26 -
System Red Green Blue C M Y K H S L
Decimal 135 46 135 0 0.66 0 0.47 300 0.49 0.35
Hex 87 2E 87 0 42 0 2F 12C 31 23
Octal 207 56 207 0 102 0 57 454 61 43
Binary 10000111 101110 10000111 0 1000010 0 101111 100101100 110001 100011

Color Harmonies of #872E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872E87

Black with #872E87

Text Example


Text Example

White with #872E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #872E87;
 }
 .AnyTagClassName
 {
   color: #872E87;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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