Html Css Color HEX #854590 Vivid Violet

📋 copy color: '#854590'

red 133 ◦ green 69 ◦ blue 144

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

Shades of Vivid Violet #854590

Tints of Vivid Violet #854590

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.94%

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

R = 38.44%
G = 19.94%
B = 41.62%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#854590 (or 0x854590) is known color: Vivid Violet. HEX triplet: 85, 45 and 90. RGB value is (133,69,144). Sum of RGB (Red+Green+Blue) = 133+69+144=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 144 - color contains mainly: blue. Hex color #854590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854590 is #7ABA6F. Grayscale: #606060. Windows color (decimal): -8043120 or 9454981. OLE color: 9454981.

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

Color convert

RGB 133 69 144 -
CMYK 0.08 0.52 0 0.44
HSL 291.2º 0.35% 0.42% -
HSV(B) 291.2º 0.52% 0.56% -
XYZ 16.84 11.26 27.67 -
YUV 96.69 154.7 153.9 -
System Red Green Blue C M Y K H S L
Decimal 133 69 144 0.08 0.52 0 0.44 291.2 0.35 0.42
Hex 85 45 90 8 34 0 2C 123 23 2A
Octal 205 105 220 10 64 0 54 443 43 52
Binary 10000101 1000101 10010000 1000 110100 0 101100 100100011 100011 101010

Color Harmonies of #854590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854590

Black with #854590

Text Example


Text Example

White with #854590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854590; }

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

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

background-color css

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

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

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

border-color css

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

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

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