Html Css Color HEX #854089 Vivid Violet

📋 copy color: '#854089'

red 133 ◦ green 64 ◦ blue 137

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

Shades of Vivid Violet #854089

Tints of Vivid Violet #854089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 41.02%

R = 39.82%
G = 19.16%
B = 41.02%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#854089 (or 0x854089) is known color: Vivid Violet. HEX triplet: 85, 40 and 89. RGB value is (133,64,137). Sum of RGB (Red+Green+Blue) = 133+64+137=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 137 - color contains mainly: blue. Hex color #854089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854089 is #7ABF76. Grayscale: #5C5C5C. Windows color (decimal): -8044407 or 8994949. OLE color: 8994949.

HSL color Cylindrical-coordinate representation of color #854089: hue angle of 296.71º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #854089 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 64 137 -
CMYK 0.03 0.53 0 0.46
HSL 296.71º 0.36% 0.39% -
HSV(B) 296.71º 0.53% 0.54% -
XYZ 16.02 10.46 24.84 -
YUV 92.95 152.86 156.56 -
System Red Green Blue C M Y K H S L
Decimal 133 64 137 0.03 0.53 0 0.46 296.71 0.36 0.39
Hex 85 40 89 3 35 0 2E 129 24 27
Octal 205 100 211 3 65 0 56 451 44 47
Binary 10000101 1000000 10001001 11 110101 0 101110 100101001 100100 100111

Color Harmonies of #854089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854089

Black with #854089

Text Example


Text Example

White with #854089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854089; }

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

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

background-color css

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

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

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

border-color css

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

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

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