Html Css Color HEX #873C81 Vivid Violet

📋 copy color: '#873C81'

red 135 ◦ green 60 ◦ blue 129

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

Shades of Vivid Violet #873C81

Tints of Vivid Violet #873C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 39.81%

R = 41.67%
G = 18.52%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#873C81 (or 0x873C81) is known color: Vivid Violet. HEX triplet: 87, 3C and 81. RGB value is (135,60,129). Sum of RGB (Red+Green+Blue) = 135+60+129=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 135 - color contains mainly: red. Hex color #873C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873C81 is #78C37E. Grayscale: #5A5A5A. Windows color (decimal): -7914367 or 8469639. OLE color: 8469639.

HSL color Cylindrical-coordinate representation of color #873C81: hue angle of 304.8º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #873C81 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 60 129 -
CMYK 0 0.56 0.04 0.47
HSL 304.8º 0.38% 0.38% -
HSV(B) 304.8º 0.56% 0.53% -
XYZ 15.57 9.97 21.87 -
YUV 90.29 149.85 159.89 -
System Red Green Blue C M Y K H S L
Decimal 135 60 129 0 0.56 0.04 0.47 304.8 0.38 0.38
Hex 87 3C 81 0 38 4 2F 131 26 26
Octal 207 74 201 0 70 4 57 461 46 46
Binary 10000111 111100 10000001 0 111000 100 101111 100110001 100110 100110

Color Harmonies of #873C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873C81

Black with #873C81

Text Example


Text Example

White with #873C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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