Html Css Color HEX #873C8D Vivid Violet

📋 copy color: '#873C8D'

red 135 ◦ green 60 ◦ blue 141

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

Shades of Vivid Violet #873C8D

Tints of Vivid Violet #873C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.96%

R = 40.18%
G = 17.86%
B = 41.96%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#873C8D (or 0x873C8D) is known color: Vivid Violet. HEX triplet: 87, 3C and 8D. RGB value is (135,60,141). Sum of RGB (Red+Green+Blue) = 135+60+141=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 141 - color contains mainly: blue. Hex color #873C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873C8D is #78C372. Grayscale: #5B5B5B. Windows color (decimal): -7914355 or 9256071. OLE color: 9256071.

HSL color Cylindrical-coordinate representation of color #873C8D: hue angle of 295.56º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #873C8D is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 135 60 141 -
CMYK 0.04 0.57 0 0.45
HSL 295.56º 0.4% 0.39% -
HSV(B) 295.56º 0.57% 0.55% -
XYZ 16.42 10.31 26.32 -
YUV 91.66 155.85 158.91 -
System Red Green Blue C M Y K H S L
Decimal 135 60 141 0.04 0.57 0 0.45 295.56 0.4 0.39
Hex 87 3C 8D 4 39 0 2D 128 28 27
Octal 207 74 215 4 71 0 55 450 50 47
Binary 10000111 111100 10001101 100 111001 0 101101 100101000 101000 100111

Color Harmonies of #873C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873C8D

Black with #873C8D

Text Example


Text Example

White with #873C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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