Html Css Color HEX #874890 Vivid Violet

📋 copy color: '#874890'

red 135 ◦ green 72 ◦ blue 144

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

Shades of Vivid Violet #874890

Tints of Vivid Violet #874890

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.51%

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

R = 38.46%
G = 20.51%
B = 41.03%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#874890 (or 0x874890) is known color: Vivid Violet. HEX triplet: 87, 48 and 90. RGB value is (135,72,144). Sum of RGB (Red+Green+Blue) = 135+72+144=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 144 - color contains mainly: blue. Hex color #874890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874890 is #78B76F. Grayscale: #626262. Windows color (decimal): -7911280 or 9455751. OLE color: 9455751.

HSL color Cylindrical-coordinate representation of color #874890: hue angle of 292.5º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #874890 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 135 72 144 -
CMYK 0.06 0.50 0 0.44
HSL 292.5º 0.33% 0.42% -
HSV(B) 292.5º 0.5% 0.56% -
XYZ 17.34 11.8 27.75 -
YUV 99.05 153.37 153.65 -
System Red Green Blue C M Y K H S L
Decimal 135 72 144 0.06 0.50 0 0.44 292.5 0.33 0.42
Hex 87 48 90 6 32 0 2C 124 21 2A
Octal 207 110 220 6 62 0 54 444 41 52
Binary 10000111 1001000 10010000 110 110010 0 101100 100100100 100001 101010

Color Harmonies of #874890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874890

Black with #874890

Text Example


Text Example

White with #874890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874890; }

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

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

background-color css

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

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

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

border-color css

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

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

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