Html Css Color HEX #86379D Vivid Violet

📋 copy color: '#86379D'

red 134 ◦ green 55 ◦ blue 157

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

Shades of Vivid Violet #86379D

Tints of Vivid Violet #86379D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.9%

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

R = 38.73%
G = 15.9%
B = 45.38%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#86379D (or 0x86379D) is known color: Vivid Violet. HEX triplet: 86, 37 and 9D. RGB value is (134,55,157). Sum of RGB (Red+Green+Blue) = 134+55+157=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 157 - color contains mainly: blue. Hex color #86379D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86379D is #79C862. Grayscale: #595959. Windows color (decimal): -7981155 or 10303366. OLE color: 10303366.

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

Color convert

RGB 134 55 157 -
CMYK 0.15 0.65 0 0.38
HSL 286.47º 0.48% 0.42% -
HSV(B) 286.47º 0.65% 0.62% -
XYZ 17.28 10.24 32.96 -
YUV 90.25 165.67 159.21 -
System Red Green Blue C M Y K H S L
Decimal 134 55 157 0.15 0.65 0 0.38 286.47 0.48 0.42
Hex 86 37 9D F 41 0 26 11E 30 2A
Octal 206 67 235 17 101 0 46 436 60 52
Binary 10000110 110111 10011101 1111 1000001 0 100110 100011110 110000 101010

Color Harmonies of #86379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86379D

Black with #86379D

Text Example


Text Example

White with #86379D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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