Html Css Color HEX #873F99 Vivid Violet

📋 copy color: '#873F99'

red 135 ◦ green 63 ◦ blue 153

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

Shades of Vivid Violet #873F99

Tints of Vivid Violet #873F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.59%

R = 38.46%
G = 17.95%
B = 43.59%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#873F99 (or 0x873F99) is known color: Vivid Violet. HEX triplet: 87, 3F and 99. RGB value is (135,63,153). Sum of RGB (Red+Green+Blue) = 135+63+153=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 153 - color contains mainly: blue. Hex color #873F99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873F99 is #78C066. Grayscale: #5E5E5E. Windows color (decimal): -7913575 or 10043271. OLE color: 10043271.

HSL color Cylindrical-coordinate representation of color #873F99: hue angle of 288º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #873F99 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 135 63 153 -
CMYK 0.12 0.59 0 0.4
HSL 288º 0.42% 0.42% -
HSV(B) 288º 0.59% 0.6% -
XYZ 17.52 11.01 31.34 -
YUV 94.79 160.85 156.68 -
System Red Green Blue C M Y K H S L
Decimal 135 63 153 0.12 0.59 0 0.4 288 0.42 0.42
Hex 87 3F 99 C 3B 0 28 120 2A 2A
Octal 207 77 231 14 73 0 50 440 52 52
Binary 10000111 111111 10011001 1100 111011 0 101000 100100000 101010 101010

Color Harmonies of #873F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873F99

Black with #873F99

Text Example


Text Example

White with #873F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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