Html Css Color HEX #873D90 Vivid Violet

📋 copy color: '#873D90'

red 135 ◦ green 61 ◦ blue 144

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

Shades of Vivid Violet #873D90

Tints of Vivid Violet #873D90

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.94%

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

R = 39.71%
G = 17.94%
B = 42.35%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#873D90 (or 0x873D90) is known color: Vivid Violet. HEX triplet: 87, 3D and 90. RGB value is (135,61,144). Sum of RGB (Red+Green+Blue) = 135+61+144=340 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.71% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 144 - color contains mainly: blue. Hex color #873D90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873D90 is #78C26F. Grayscale: #5C5C5C. Windows color (decimal): -7914096 or 9452935. OLE color: 9452935.

HSL color Cylindrical-coordinate representation of color #873D90: hue angle of 293.49º degrees, saturation: 0.4, 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 #873D90 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 135 61 144 -
CMYK 0.06 0.58 0 0.44
HSL 293.49º 0.4% 0.4% -
HSV(B) 293.49º 0.58% 0.56% -
XYZ 16.69 10.5 27.53 -
YUV 92.59 157.02 158.25 -
System Red Green Blue C M Y K H S L
Decimal 135 61 144 0.06 0.58 0 0.44 293.49 0.4 0.4
Hex 87 3D 90 6 3A 0 2C 125 28 28
Octal 207 75 220 6 72 0 54 445 50 50
Binary 10000111 111101 10010000 110 111010 0 101100 100100101 101000 101000

Color Harmonies of #873D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873D90

Black with #873D90

Text Example


Text Example

White with #873D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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