Html Css Color HEX #854095 Vivid Violet

📋 copy color: '#854095'

red 133 ◦ green 64 ◦ blue 149

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

Shades of Vivid Violet #854095

Tints of Vivid Violet #854095

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.5%

 BLUE value IS 149 (58.59% from 255) = 43.06%

R = 38.44%
G = 18.5%
B = 43.06%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#854095 (or 0x854095) is known color: Vivid Violet. HEX triplet: 85, 40 and 95. RGB value is (133,64,149). Sum of RGB (Red+Green+Blue) = 133+64+149=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #854095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854095 is #7ABF6A. Grayscale: #5E5E5E. Windows color (decimal): -8044395 or 9781381. OLE color: 9781381.

HSL color Cylindrical-coordinate representation of color #854095: hue angle of 288.71º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #854095 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 64 149 -
CMYK 0.11 0.57 0 0.42
HSL 288.71º 0.4% 0.42% -
HSV(B) 288.71º 0.57% 0.58% -
XYZ 16.93 10.82 29.63 -
YUV 94.32 158.86 155.59 -
System Red Green Blue C M Y K H S L
Decimal 133 64 149 0.11 0.57 0 0.42 288.71 0.4 0.42
Hex 85 40 95 B 39 0 2A 121 28 2A
Octal 205 100 225 13 71 0 52 441 50 52
Binary 10000101 1000000 10010101 1011 111001 0 101010 100100001 101000 101010

Color Harmonies of #854095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854095

Black with #854095

Text Example


Text Example

White with #854095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854095; }

 p { color: rgb(133,64,149); }

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

background-color css

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

 a { background-color: rgb(133,64,149); }

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

border-color css

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

 span { border-color: rgb(133,64,149); }

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