Html Css Color HEX #854890 Vivid Violet

📋 copy color: '#854890'

red 133 ◦ green 72 ◦ blue 144

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

Shades of Vivid Violet #854890

Tints of Vivid Violet #854890

RGB

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

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

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

R = 38.11%
G = 20.63%
B = 41.26%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#854890 (or 0x854890) is known color: Vivid Violet. HEX triplet: 85, 48 and 90. RGB value is (133,72,144). Sum of RGB (Red+Green+Blue) = 133+72+144=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 144 - color contains mainly: blue. Hex color #854890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854890 is #7AB76F. Grayscale: #626262. Windows color (decimal): -8042352 or 9455749. OLE color: 9455749.

HSL color Cylindrical-coordinate representation of color #854890: hue angle of 290.83º 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 #854890 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 72 144 -
CMYK 0.08 0.50 0 0.44
HSL 290.83º 0.33% 0.42% -
HSV(B) 290.83º 0.5% 0.56% -
XYZ 17.02 11.63 27.73 -
YUV 98.45 153.71 152.65 -
System Red Green Blue C M Y K H S L
Decimal 133 72 144 0.08 0.50 0 0.44 290.83 0.33 0.42
Hex 85 48 90 8 32 0 2C 123 21 2A
Octal 205 110 220 10 62 0 54 443 41 52
Binary 10000101 1001000 10010000 1000 110010 0 101100 100100011 100001 101010

Color Harmonies of #854890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854890

Black with #854890

Text Example


Text Example

White with #854890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854890; }

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

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

background-color css

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

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

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

border-color css

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

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

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