Html Css Color HEX #874191 Vivid Violet

📋 copy color: '#874191'

red 135 ◦ green 65 ◦ blue 145

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

Shades of Vivid Violet #874191

Tints of Vivid Violet #874191

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.84%

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

R = 39.13%
G = 18.84%
B = 42.03%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#874191 (or 0x874191) is known color: Vivid Violet. HEX triplet: 87, 41 and 91. RGB value is (135,65,145). Sum of RGB (Red+Green+Blue) = 135+65+145=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 145 - color contains mainly: blue. Hex color #874191 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874191 is #78BE6E. Grayscale: #5E5E5E. Windows color (decimal): -7913071 or 9519495. OLE color: 9519495.

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

Color convert

RGB 135 65 145 -
CMYK 0.07 0.55 0 0.43
HSL 292.5º 0.38% 0.41% -
HSV(B) 292.5º 0.55% 0.57% -
XYZ 16.99 10.98 28.01 -
YUV 95.05 156.19 156.5 -
System Red Green Blue C M Y K H S L
Decimal 135 65 145 0.07 0.55 0 0.43 292.5 0.38 0.41
Hex 87 41 91 7 37 0 2B 124 26 29
Octal 207 101 221 7 67 0 53 444 46 51
Binary 10000111 1000001 10010001 111 110111 0 101011 100100100 100110 101001

Color Harmonies of #874191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874191

Black with #874191

Text Example


Text Example

White with #874191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874191; }

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

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

background-color css

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

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

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

border-color css

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

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

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