Html Css Color HEX #873FAA Vivid Violet

📋 copy color: '#873FAA'

red 135 ◦ green 63 ◦ blue 170

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

Shades of Vivid Violet #873FAA

Tints of Vivid Violet #873FAA

RGB

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

 GREEN value IS 63 (25% from 255) = 17.12%

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

R = 36.68%
G = 17.12%
B = 46.2%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#873FAA (or 0x873FAA) is known color: Vivid Violet. HEX triplet: 87, 3F and AA. RGB value is (135,63,170). Sum of RGB (Red+Green+Blue) = 135+63+170=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 63 (25% from 255 or 17.12% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #873FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873FAA is #78C055. Grayscale: #606060. Windows color (decimal): -7913558 or 11157383. OLE color: 11157383.

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

Color convert

RGB 135 63 170 -
CMYK 0.21 0.63 0 0.33
HSL 280.37º 0.46% 0.46% -
HSV(B) 280.37º 0.63% 0.67% -
XYZ 19.02 11.61 39.27 -
YUV 96.73 169.35 155.3 -
System Red Green Blue C M Y K H S L
Decimal 135 63 170 0.21 0.63 0 0.33 280.37 0.46 0.46
Hex 87 3F AA 15 3F 0 21 118 2E 2E
Octal 207 77 252 25 77 0 41 430 56 56
Binary 10000111 111111 10101010 10101 111111 0 100001 100011000 101110 101110

Color Harmonies of #873FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873FAA

Black with #873FAA

Text Example


Text Example

White with #873FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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