Html Css Color HEX #854791 Vivid Violet

📋 copy color: '#854791'

red 133 ◦ green 71 ◦ blue 145

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

Shades of Vivid Violet #854791

Tints of Vivid Violet #854791

RGB

 RED value IS 133 (52.34% from 255) = 38.11%

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

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

R = 38.11%
G = 20.34%
B = 41.55%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#854791 (or 0x854791) is known color: Vivid Violet. HEX triplet: 85, 47 and 91. RGB value is (133,71,145). Sum of RGB (Red+Green+Blue) = 133+71+145=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 145 (57.03% from 255 or 41.55% from 349); Max value from RGB is 145 - color contains mainly: blue. Hex color #854791 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854791 is #7AB86E. Grayscale: #616161. Windows color (decimal): -8042607 or 9521029. OLE color: 9521029.

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

Color convert

RGB 133 71 145 -
CMYK 0.08 0.51 0 0.43
HSL 290.27º 0.34% 0.42% -
HSV(B) 290.27º 0.51% 0.57% -
XYZ 17.04 11.54 28.12 -
YUV 97.97 154.54 152.98 -
System Red Green Blue C M Y K H S L
Decimal 133 71 145 0.08 0.51 0 0.43 290.27 0.34 0.42
Hex 85 47 91 8 33 0 2B 122 22 2A
Octal 205 107 221 10 63 0 53 442 42 52
Binary 10000101 1000111 10010001 1000 110011 0 101011 100100010 100010 101010

Color Harmonies of #854791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854791

Black with #854791

Text Example


Text Example

White with #854791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854791; }

 p { color: rgb(133,71,145); }

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

background-color css

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

 a { background-color: rgb(133,71,145); }

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

border-color css

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

 span { border-color: rgb(133,71,145); }

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