Html Css Color HEX #873CAC Vivid Violet

📋 copy color: '#873CAC'

red 135 ◦ green 60 ◦ blue 172

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

Shades of Vivid Violet #873CAC

Tints of Vivid Violet #873CAC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.35%

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

R = 36.78%
G = 16.35%
B = 46.87%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#873CAC (or 0x873CAC) is known color: Vivid Violet. HEX triplet: 87, 3C and AC. RGB value is (135,60,172). Sum of RGB (Red+Green+Blue) = 135+60+172=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #873CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873CAC is #78C353. Grayscale: #5E5E5E. Windows color (decimal): -7914324 or 11287687. OLE color: 11287687.

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

Color convert

RGB 135 60 172 -
CMYK 0.22 0.65 0 0.33
HSL 280.18º 0.48% 0.45% -
HSV(B) 280.18º 0.65% 0.67% -
XYZ 19.05 11.36 40.22 -
YUV 95.19 171.35 156.39 -
System Red Green Blue C M Y K H S L
Decimal 135 60 172 0.22 0.65 0 0.33 280.18 0.48 0.45
Hex 87 3C AC 16 41 0 21 118 30 2D
Octal 207 74 254 26 101 0 41 430 60 55
Binary 10000111 111100 10101100 10110 1000001 0 100001 100011000 110000 101101

Color Harmonies of #873CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873CAC

Black with #873CAC

Text Example


Text Example

White with #873CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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