Html Css Color HEX #873F90 Vivid Violet

📋 copy color: '#873F90'

red 135 ◦ green 63 ◦ blue 144

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

Shades of Vivid Violet #873F90

Tints of Vivid Violet #873F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.11%

R = 39.47%
G = 18.42%
B = 42.11%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#873F90 (or 0x873F90) is known color: Vivid Violet. HEX triplet: 87, 3F and 90. RGB value is (135,63,144). Sum of RGB (Red+Green+Blue) = 135+63+144=342 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.47% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 144 - color contains mainly: blue. Hex color #873F90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873F90 is #78C06F. Grayscale: #5D5D5D. Windows color (decimal): -7913584 or 9453447. OLE color: 9453447.

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

Color convert

RGB 135 63 144 -
CMYK 0.06 0.56 0 0.44
HSL 293.33º 0.39% 0.41% -
HSV(B) 293.33º 0.56% 0.56% -
XYZ 16.8 10.72 27.57 -
YUV 93.76 156.35 157.41 -
System Red Green Blue C M Y K H S L
Decimal 135 63 144 0.06 0.56 0 0.44 293.33 0.39 0.41
Hex 87 3F 90 6 38 0 2C 125 27 29
Octal 207 77 220 6 70 0 54 445 47 51
Binary 10000111 111111 10010000 110 111000 0 101100 100100101 100111 101001

Color Harmonies of #873F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873F90

Black with #873F90

Text Example


Text Example

White with #873F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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