Html Css Color HEX #872AA0 Vivid Violet

📋 copy color: '#872AA0'

red 135 ◦ green 42 ◦ blue 160

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

Shades of Vivid Violet #872AA0

Tints of Vivid Violet #872AA0

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.46%

 BLUE value IS 160 (62.89% from 255) = 47.48%

R = 40.06%
G = 12.46%
B = 47.48%

CMYK

 C value IS 0.16

 M value IS 0.74

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#872AA0 (or 0x872AA0) is known color: Vivid Violet. HEX triplet: 87, 2A and A0. RGB value is (135,42,160). Sum of RGB (Red+Green+Blue) = 135+42+160=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 42 (16.80% from 255 or 12.46% from 337); Blue value is 160 (62.89% from 255 or 47.48% from 337); Max value from RGB is 160 - color contains mainly: blue. Hex color #872AA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872AA0 is #78D55F. Grayscale: #525252. Windows color (decimal): -7918944 or 10496647. OLE color: 10496647.

HSL color Cylindrical-coordinate representation of color #872AA0: hue angle of 287.29º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #872AA0 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 135 42 160 -
CMYK 0.16 0.74 0 0.37
HSL 287.29º 0.58% 0.4% -
HSV(B) 287.29º 0.74% 0.63% -
XYZ 17.16 9.34 34.16 -
YUV 83.26 171.31 164.91 -
System Red Green Blue C M Y K H S L
Decimal 135 42 160 0.16 0.74 0 0.37 287.29 0.58 0.4
Hex 87 2A A0 10 4A 0 25 11F 3A 28
Octal 207 52 240 20 112 0 45 437 72 50
Binary 10000111 101010 10100000 10000 1001010 0 100101 100011111 111010 101000

Color Harmonies of #872AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872AA0

Black with #872AA0

Text Example


Text Example

White with #872AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,42,160); }

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

background-color css

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

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

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

border-color css

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

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

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