Html Css Color HEX #854586 Vivid Violet

📋 copy color: '#854586'

red 133 ◦ green 69 ◦ blue 134

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

Shades of Vivid Violet #854586

Tints of Vivid Violet #854586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 39.88%

R = 39.58%
G = 20.54%
B = 39.88%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#854586 (or 0x854586) is known color: Vivid Violet. HEX triplet: 85, 45 and 86. RGB value is (133,69,134). Sum of RGB (Red+Green+Blue) = 133+69+134=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 134 (52.73% from 255 or 39.88% from 336); Max value from RGB is 134 - color contains mainly: blue. Hex color #854586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854586 is #7ABA79. Grayscale: #5F5F5F. Windows color (decimal): -8043130 or 8799621. OLE color: 8799621.

HSL color Cylindrical-coordinate representation of color #854586: hue angle of 299.08º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #854586 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 69 134 -
CMYK 0.01 0.49 0 0.47
HSL 299.08º 0.32% 0.4% -
HSV(B) 299.08º 0.49% 0.53% -
XYZ 16.1 10.96 23.82 -
YUV 95.55 149.7 154.71 -
System Red Green Blue C M Y K H S L
Decimal 133 69 134 0.01 0.49 0 0.47 299.08 0.32 0.4
Hex 85 45 86 1 31 0 2F 12B 20 28
Octal 205 105 206 1 61 0 57 453 40 50
Binary 10000101 1000101 10000110 1 110001 0 101111 100101011 100000 101000

Color Harmonies of #854586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854586

Black with #854586

Text Example


Text Example

White with #854586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854586; }

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

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

background-color css

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

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

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

border-color css

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

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

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