Html Css Color HEX #873AAB Vivid Violet

📋 copy color: '#873AAB'

red 135 ◦ green 58 ◦ blue 171

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

Shades of Vivid Violet #873AAB

Tints of Vivid Violet #873AAB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.93%

 BLUE value IS 171 (67.19% from 255) = 46.98%

R = 37.09%
G = 15.93%
B = 46.98%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#873AAB (or 0x873AAB) is known color: Vivid Violet. HEX triplet: 87, 3A and AB. RGB value is (135,58,171). Sum of RGB (Red+Green+Blue) = 135+58+171=364 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.09% from 364); Green value is 58 (23.05% from 255 or 15.93% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #873AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873AAB is #78C554. Grayscale: #5D5D5D. Windows color (decimal): -7914837 or 11221639. OLE color: 11221639.

HSL color Cylindrical-coordinate representation of color #873AAB: hue angle of 280.88º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #873AAB is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 58 171 -
CMYK 0.21 0.66 0 0.33
HSL 280.88º 0.49% 0.45% -
HSV(B) 280.88º 0.66% 0.67% -
XYZ 18.86 11.12 39.68 -
YUV 93.91 171.51 157.31 -
System Red Green Blue C M Y K H S L
Decimal 135 58 171 0.21 0.66 0 0.33 280.88 0.49 0.45
Hex 87 3A AB 15 42 0 21 119 31 2D
Octal 207 72 253 25 102 0 41 431 61 55
Binary 10000111 111010 10101011 10101 1000010 0 100001 100011001 110001 101101

Color Harmonies of #873AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873AAB

Black with #873AAB

Text Example


Text Example

White with #873AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873AAB; }

 p { color: rgb(135,58,171); }

 H1.HeaderClassName
 {
   color: #873AAB;
 }
 .AnyTagClassName
 {
   color: #873AAB;
 }
</style>

background-color css

<style>
 a { background-color: #873AAB; }

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

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

border-color css

<style>
 span { border-color: #873AAB; }

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

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