Html Css Color HEX #854091 Vivid Violet

📋 copy color: '#854091'

red 133 ◦ green 64 ◦ blue 145

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

Shades of Vivid Violet #854091

Tints of Vivid Violet #854091

RGB

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

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

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

R = 38.89%
G = 18.71%
B = 42.4%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#854091 (or 0x854091) is known color: Vivid Violet. HEX triplet: 85, 40 and 91. RGB value is (133,64,145). Sum of RGB (Red+Green+Blue) = 133+64+145=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 145 - color contains mainly: blue. Hex color #854091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854091 is #7ABF6E. Grayscale: #5D5D5D. Windows color (decimal): -8044399 or 9519237. OLE color: 9519237.

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

Color convert

RGB 133 64 145 -
CMYK 0.08 0.56 0 0.43
HSL 291.11º 0.39% 0.41% -
HSV(B) 291.11º 0.56% 0.57% -
XYZ 16.62 10.7 27.98 -
YUV 93.87 156.86 155.91 -
System Red Green Blue C M Y K H S L
Decimal 133 64 145 0.08 0.56 0 0.43 291.11 0.39 0.41
Hex 85 40 91 8 38 0 2B 123 27 29
Octal 205 100 221 10 70 0 53 443 47 51
Binary 10000101 1000000 10010001 1000 111000 0 101011 100100011 100111 101001

Color Harmonies of #854091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854091

Black with #854091

Text Example


Text Example

White with #854091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854091; }

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

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

background-color css

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

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

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

border-color css

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

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

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