Html Css Color HEX #873C8E Vivid Violet

📋 copy color: '#873C8E'

red 135 ◦ green 60 ◦ blue 142

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

Shades of Vivid Violet #873C8E

Tints of Vivid Violet #873C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.14%

R = 40.06%
G = 17.8%
B = 42.14%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#873C8E (or 0x873C8E) is known color: Vivid Violet. HEX triplet: 87, 3C and 8E. RGB value is (135,60,142). Sum of RGB (Red+Green+Blue) = 135+60+142=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 142 - color contains mainly: blue. Hex color #873C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873C8E is #78C371. Grayscale: #5B5B5B. Windows color (decimal): -7914354 or 9321607. OLE color: 9321607.

HSL color Cylindrical-coordinate representation of color #873C8E: hue angle of 294.88º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #873C8E is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 135 60 142 -
CMYK 0.05 0.58 0 0.44
HSL 294.88º 0.41% 0.4% -
HSV(B) 294.88º 0.58% 0.56% -
XYZ 16.49 10.34 26.72 -
YUV 91.77 156.35 158.83 -
System Red Green Blue C M Y K H S L
Decimal 135 60 142 0.05 0.58 0 0.44 294.88 0.41 0.4
Hex 87 3C 8E 5 3A 0 2C 127 29 28
Octal 207 74 216 5 72 0 54 447 51 50
Binary 10000111 111100 10001110 101 111010 0 101100 100100111 101001 101000

Color Harmonies of #873C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873C8E

Black with #873C8E

Text Example


Text Example

White with #873C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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