Html Css Color HEX #874991 Vivid Violet

📋 copy color: '#874991'

red 135 ◦ green 73 ◦ blue 145

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

Shades of Vivid Violet #874991

Tints of Vivid Violet #874991

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.68%

 BLUE value IS 145 (57.03% from 255) = 41.08%

R = 38.24%
G = 20.68%
B = 41.08%

CMYK

 C value IS 0.07

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#874991 (or 0x874991) is known color: Vivid Violet. HEX triplet: 87, 49 and 91. RGB value is (135,73,145). Sum of RGB (Red+Green+Blue) = 135+73+145=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 145 - color contains mainly: blue. Hex color #874991 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874991 is #78B66E. Grayscale: #636363. Windows color (decimal): -7911023 or 9521543. OLE color: 9521543.

HSL color Cylindrical-coordinate representation of color #874991: hue angle of 291.67º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #874991 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 135 73 145 -
CMYK 0.07 0.50 0 0.43
HSL 291.67º 0.33% 0.43% -
HSV(B) 291.67º 0.5% 0.57% -
XYZ 17.49 11.96 28.18 -
YUV 99.75 153.54 153.15 -
System Red Green Blue C M Y K H S L
Decimal 135 73 145 0.07 0.50 0 0.43 291.67 0.33 0.43
Hex 87 49 91 7 32 0 2B 124 21 2B
Octal 207 111 221 7 62 0 53 444 41 53
Binary 10000111 1001001 10010001 111 110010 0 101011 100100100 100001 101011

Color Harmonies of #874991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874991

Black with #874991

Text Example


Text Example

White with #874991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874991; }

 p { color: rgb(135,73,145); }

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

background-color css

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

 a { background-color: rgb(135,73,145); }

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

border-color css

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

 span { border-color: rgb(135,73,145); }

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