Html Css Color HEX #873AAC Vivid Violet

📋 copy color: '#873AAC'

red 135 ◦ green 58 ◦ blue 172

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

Shades of Vivid Violet #873AAC

Tints of Vivid Violet #873AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.12%

R = 36.99%
G = 15.89%
B = 47.12%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#873AAC (or 0x873AAC) is known color: Vivid Violet. HEX triplet: 87, 3A and AC. RGB value is (135,58,172). Sum of RGB (Red+Green+Blue) = 135+58+172=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #873AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873AAC is #78C553. Grayscale: #5D5D5D. Windows color (decimal): -7914836 or 11287175. OLE color: 11287175.

HSL color Cylindrical-coordinate representation of color #873AAC: hue angle of 280.53º degrees, saturation: 0.5, 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 #873AAC is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 58 172 -
CMYK 0.22 0.66 0 0.33
HSL 280.53º 0.5% 0.45% -
HSV(B) 280.53º 0.66% 0.67% -
XYZ 18.95 11.16 40.18 -
YUV 94.02 172.01 157.23 -
System Red Green Blue C M Y K H S L
Decimal 135 58 172 0.22 0.66 0 0.33 280.53 0.5 0.45
Hex 87 3A AC 16 42 0 21 119 32 2D
Octal 207 72 254 26 102 0 41 431 62 55
Binary 10000111 111010 10101100 10110 1000010 0 100001 100011001 110010 101101

Color Harmonies of #873AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873AAC

Black with #873AAC

Text Example


Text Example

White with #873AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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