Html Css Color HEX #86428C Vivid Violet

📋 copy color: '#86428C'

red 134 ◦ green 66 ◦ blue 140

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

Shades of Vivid Violet #86428C

Tints of Vivid Violet #86428C

RGB

 RED value IS 134 (52.73% from 255) = 39.41%

 GREEN value IS 66 (26.17% from 255) = 19.41%

 BLUE value IS 140 (55.08% from 255) = 41.18%

R = 39.41%
G = 19.41%
B = 41.18%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#86428C (or 0x86428C) is known color: Vivid Violet. HEX triplet: 86, 42 and 8C. RGB value is (134,66,140). Sum of RGB (Red+Green+Blue) = 134+66+140=340 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.41% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 140 - color contains mainly: blue. Hex color #86428C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86428C is #79BD73. Grayscale: #5E5E5E. Windows color (decimal): -7978356 or 9192070. OLE color: 9192070.

HSL color Cylindrical-coordinate representation of color #86428C: hue angle of 295.14º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #86428C is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 134 66 140 -
CMYK 0.04 0.53 0 0.45
HSL 295.14º 0.36% 0.4% -
HSV(B) 295.14º 0.53% 0.55% -
XYZ 16.51 10.86 26.04 -
YUV 94.77 153.53 155.98 -
System Red Green Blue C M Y K H S L
Decimal 134 66 140 0.04 0.53 0 0.45 295.14 0.36 0.4
Hex 86 42 8C 4 35 0 2D 127 24 28
Octal 206 102 214 4 65 0 55 447 44 50
Binary 10000110 1000010 10001100 100 110101 0 101101 100100111 100100 101000

Color Harmonies of #86428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86428C

Black with #86428C

Text Example


Text Example

White with #86428C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86428C; }

 p { color: rgb(134,66,140); }

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

background-color css

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

 a { background-color: rgb(134,66,140); }

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

border-color css

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

 span { border-color: rgb(134,66,140); }

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