Html Css Color HEX #854687 Vivid Violet

📋 copy color: '#854687'

red 133 ◦ green 70 ◦ blue 135

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

Shades of Vivid Violet #854687

Tints of Vivid Violet #854687

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.71%

 BLUE value IS 135 (53.13% from 255) = 39.94%

R = 39.35%
G = 20.71%
B = 39.94%

CMYK

 C value IS 0.01

 M value IS 0.48

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#854687 (or 0x854687) is known color: Vivid Violet. HEX triplet: 85, 46 and 87. RGB value is (133,70,135). Sum of RGB (Red+Green+Blue) = 133+70+135=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 135 - color contains mainly: blue. Hex color #854687 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854687 is #7AB978. Grayscale: #606060. Windows color (decimal): -8042873 or 8865413. OLE color: 8865413.

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

Color convert

RGB 133 70 135 -
CMYK 0.01 0.48 0 0.47
HSL 298.15º 0.32% 0.4% -
HSV(B) 298.15º 0.48% 0.53% -
XYZ 16.24 11.12 24.21 -
YUV 96.25 149.87 154.21 -
System Red Green Blue C M Y K H S L
Decimal 133 70 135 0.01 0.48 0 0.47 298.15 0.32 0.4
Hex 85 46 87 1 30 0 2F 12A 20 28
Octal 205 106 207 1 60 0 57 452 40 50
Binary 10000101 1000110 10000111 1 110000 0 101111 100101010 100000 101000

Color Harmonies of #854687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854687

Black with #854687

Text Example


Text Example

White with #854687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854687; }

 p { color: rgb(133,70,135); }

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

background-color css

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

 a { background-color: rgb(133,70,135); }

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

border-color css

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

 span { border-color: rgb(133,70,135); }

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