Html Css Color HEX #86199D Vivid Violet

📋 copy color: '#86199D'

red 134 ◦ green 25 ◦ blue 157

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

Shades of Vivid Violet #86199D

Tints of Vivid Violet #86199D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.91%

 BLUE value IS 157 (61.72% from 255) = 49.68%

R = 42.41%
G = 7.91%
B = 49.68%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#86199D (or 0x86199D) is known color: Vivid Violet. HEX triplet: 86, 19 and 9D. RGB value is (134,25,157). Sum of RGB (Red+Green+Blue) = 134+25+157=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #86199D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86199D is #79E662. Grayscale: #484848. Windows color (decimal): -7988835 or 10295686. OLE color: 10295686.

HSL color Cylindrical-coordinate representation of color #86199D: hue angle of 289.55º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #86199D is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 134 25 157 -
CMYK 0.15 0.84 0 0.38
HSL 289.55º 0.73% 0.36% -
HSV(B) 289.55º 0.84% 0.62% -
XYZ 16.26 8.2 32.62 -
YUV 72.64 175.61 171.77 -
System Red Green Blue C M Y K H S L
Decimal 134 25 157 0.15 0.84 0 0.38 289.55 0.73 0.36
Hex 86 19 9D F 54 0 26 122 49 24
Octal 206 31 235 17 124 0 46 442 111 44
Binary 10000110 11001 10011101 1111 1010100 0 100110 100100010 1001001 100100

Color Harmonies of #86199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86199D

Black with #86199D

Text Example


Text Example

White with #86199D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86199D; }

 p { color: rgb(134,25,157); }

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

background-color css

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

 a { background-color: rgb(134,25,157); }

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

border-color css

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

 span { border-color: rgb(134,25,157); }

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