Html Css Color HEX #86199C Vivid Violet

📋 copy color: '#86199C'

red 134 ◦ green 25 ◦ blue 156

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

Shades of Vivid Violet #86199C

Tints of Vivid Violet #86199C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 49.52%

R = 42.54%
G = 7.94%
B = 49.52%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#86199C (or 0x86199C) is known color: Vivid Violet. HEX triplet: 86, 19 and 9C. RGB value is (134,25,156). Sum of RGB (Red+Green+Blue) = 134+25+156=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 156 - color contains mainly: blue. Hex color #86199C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86199C is #79E663. Grayscale: #484848. Windows color (decimal): -7988836 or 10230150. OLE color: 10230150.

HSL color Cylindrical-coordinate representation of color #86199C: hue angle of 289.92º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #86199C is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 134 25 156 -
CMYK 0.14 0.84 0 0.39
HSL 289.92º 0.72% 0.35% -
HSV(B) 289.92º 0.84% 0.61% -
XYZ 16.18 8.16 32.18 -
YUV 72.53 175.11 171.85 -
System Red Green Blue C M Y K H S L
Decimal 134 25 156 0.14 0.84 0 0.39 289.92 0.72 0.35
Hex 86 19 9C E 54 0 27 122 48 23
Octal 206 31 234 16 124 0 47 442 110 43
Binary 10000110 11001 10011100 1110 1010100 0 100111 100100010 1001000 100011

Color Harmonies of #86199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86199C

Black with #86199C

Text Example


Text Example

White with #86199C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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