Html Css Color HEX #873AAE Vivid Violet

📋 copy color: '#873AAE'

red 135 ◦ green 58 ◦ blue 174

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

Shades of Vivid Violet #873AAE

Tints of Vivid Violet #873AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.41%

R = 36.78%
G = 15.8%
B = 47.41%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#873AAE (or 0x873AAE) is known color: Vivid Violet. HEX triplet: 87, 3A and AE. RGB value is (135,58,174). Sum of RGB (Red+Green+Blue) = 135+58+174=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 58 (23.05% from 255 or 15.80% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #873AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873AAE is #78C551. Grayscale: #5D5D5D. Windows color (decimal): -7914834 or 11418247. OLE color: 11418247.

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

Color convert

RGB 135 58 174 -
CMYK 0.22 0.67 0 0.32
HSL 279.83º 0.5% 0.45% -
HSV(B) 279.83º 0.67% 0.68% -
XYZ 19.14 11.23 41.2 -
YUV 94.25 173.01 157.07 -
System Red Green Blue C M Y K H S L
Decimal 135 58 174 0.22 0.67 0 0.32 279.83 0.5 0.45
Hex 87 3A AE 16 43 0 20 118 32 2D
Octal 207 72 256 26 103 0 40 430 62 55
Binary 10000111 111010 10101110 10110 1000011 0 100000 100011000 110010 101101

Color Harmonies of #873AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873AAE

Black with #873AAE

Text Example


Text Example

White with #873AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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