Html Css Color HEX #854491 Vivid Violet

📋 copy color: '#854491'

red 133 ◦ green 68 ◦ blue 145

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

Shades of Vivid Violet #854491

Tints of Vivid Violet #854491

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.65%

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

R = 38.44%
G = 19.65%
B = 41.91%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#854491 (or 0x854491) is known color: Vivid Violet. HEX triplet: 85, 44 and 91. RGB value is (133,68,145). Sum of RGB (Red+Green+Blue) = 133+68+145=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 145 - color contains mainly: blue. Hex color #854491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854491 is #7ABB6E. Grayscale: #5F5F5F. Windows color (decimal): -8043375 or 9520261. OLE color: 9520261.

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

Color convert

RGB 133 68 145 -
CMYK 0.08 0.53 0 0.43
HSL 290.65º 0.36% 0.42% -
HSV(B) 290.65º 0.53% 0.57% -
XYZ 16.85 11.17 28.06 -
YUV 96.21 155.53 154.24 -
System Red Green Blue C M Y K H S L
Decimal 133 68 145 0.08 0.53 0 0.43 290.65 0.36 0.42
Hex 85 44 91 8 35 0 2B 123 24 2A
Octal 205 104 221 10 65 0 53 443 44 52
Binary 10000101 1000100 10010001 1000 110101 0 101011 100100011 100100 101010

Color Harmonies of #854491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854491

Black with #854491

Text Example


Text Example

White with #854491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854491; }

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

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

background-color css

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

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

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

border-color css

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

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

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