Html Css Color HEX #873F95 Vivid Violet

📋 copy color: '#873F95'

red 135 ◦ green 63 ◦ blue 149

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

Shades of Vivid Violet #873F95

Tints of Vivid Violet #873F95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.94%

R = 38.9%
G = 18.16%
B = 42.94%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#873F95 (or 0x873F95) is known color: Vivid Violet. HEX triplet: 87, 3F and 95. RGB value is (135,63,149). Sum of RGB (Red+Green+Blue) = 135+63+149=347 (45% of max value = 765). Red value is 135 (53.12% from 255 or 38.90% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 149 - color contains mainly: blue. Hex color #873F95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873F95 is #78C06A. Grayscale: #5E5E5E. Windows color (decimal): -7913579 or 9781127. OLE color: 9781127.

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

Color convert

RGB 135 63 149 -
CMYK 0.09 0.58 0 0.42
HSL 290.23º 0.41% 0.42% -
HSV(B) 290.23º 0.58% 0.58% -
XYZ 17.19 10.88 29.63 -
YUV 94.33 158.85 157.01 -
System Red Green Blue C M Y K H S L
Decimal 135 63 149 0.09 0.58 0 0.42 290.23 0.41 0.42
Hex 87 3F 95 9 3A 0 2A 122 29 2A
Octal 207 77 225 11 72 0 52 442 51 52
Binary 10000111 111111 10010101 1001 111010 0 101010 100100010 101001 101010

Color Harmonies of #873F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873F95

Black with #873F95

Text Example


Text Example

White with #873F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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