Html Css Color HEX #873CAA Vivid Violet

📋 copy color: '#873CAA'

red 135 ◦ green 60 ◦ blue 170

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

Shades of Vivid Violet #873CAA

Tints of Vivid Violet #873CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.58%

R = 36.99%
G = 16.44%
B = 46.58%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#873CAA (or 0x873CAA) is known color: Vivid Violet. HEX triplet: 87, 3C and AA. RGB value is (135,60,170). Sum of RGB (Red+Green+Blue) = 135+60+170=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #873CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873CAA is #78C355. Grayscale: #5E5E5E. Windows color (decimal): -7914326 or 11156615. OLE color: 11156615.

HSL color Cylindrical-coordinate representation of color #873CAA: hue angle of 280.91º 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 #873CAA is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 60 170 -
CMYK 0.21 0.65 0 0.33
HSL 280.91º 0.48% 0.45% -
HSV(B) 280.91º 0.65% 0.67% -
XYZ 18.86 11.28 39.21 -
YUV 94.97 170.35 156.56 -
System Red Green Blue C M Y K H S L
Decimal 135 60 170 0.21 0.65 0 0.33 280.91 0.48 0.45
Hex 87 3C AA 15 41 0 21 119 30 2D
Octal 207 74 252 25 101 0 41 431 60 55
Binary 10000111 111100 10101010 10101 1000001 0 100001 100011001 110000 101101

Color Harmonies of #873CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873CAA

Black with #873CAA

Text Example


Text Example

White with #873CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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