Html Css Color HEX #874790 Vivid Violet

📋 copy color: '#874790'

red 135 ◦ green 71 ◦ blue 144

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

Shades of Vivid Violet #874790

Tints of Vivid Violet #874790

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.29%

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

R = 38.57%
G = 20.29%
B = 41.14%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#874790 (or 0x874790) is known color: Vivid Violet. HEX triplet: 87, 47 and 90. RGB value is (135,71,144). Sum of RGB (Red+Green+Blue) = 135+71+144=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 144 - color contains mainly: blue. Hex color #874790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874790 is #78B86F. Grayscale: #626262. Windows color (decimal): -7911536 or 9455495. OLE color: 9455495.

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

Color convert

RGB 135 71 144 -
CMYK 0.06 0.51 0 0.44
HSL 292.6º 0.34% 0.42% -
HSV(B) 292.6º 0.51% 0.56% -
XYZ 17.28 11.67 27.73 -
YUV 98.46 153.7 154.06 -
System Red Green Blue C M Y K H S L
Decimal 135 71 144 0.06 0.51 0 0.44 292.6 0.34 0.42
Hex 87 47 90 6 33 0 2C 125 22 2A
Octal 207 107 220 6 63 0 54 445 42 52
Binary 10000111 1000111 10010000 110 110011 0 101100 100100101 100010 101010

Color Harmonies of #874790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874790

Black with #874790

Text Example


Text Example

White with #874790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874790; }

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

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

background-color css

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

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

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

border-color css

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

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

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