Html Css Color HEX #86359B Vivid Violet

📋 copy color: '#86359B'

red 134 ◦ green 53 ◦ blue 155

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

Shades of Vivid Violet #86359B

Tints of Vivid Violet #86359B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.5%

 BLUE value IS 155 (60.94% from 255) = 45.32%

R = 39.18%
G = 15.5%
B = 45.32%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#86359B (or 0x86359B) is known color: Vivid Violet. HEX triplet: 86, 35 and 9B. RGB value is (134,53,155). Sum of RGB (Red+Green+Blue) = 134+53+155=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #86359B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86359B is #79CA64. Grayscale: #585858. Windows color (decimal): -7981669 or 10171782. OLE color: 10171782.

HSL color Cylindrical-coordinate representation of color #86359B: hue angle of 287.65º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86359B is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 134 53 155 -
CMYK 0.14 0.66 0 0.39
HSL 287.65º 0.49% 0.41% -
HSV(B) 287.65º 0.66% 0.61% -
XYZ 17.02 9.98 32.04 -
YUV 88.85 165.34 160.21 -
System Red Green Blue C M Y K H S L
Decimal 134 53 155 0.14 0.66 0 0.39 287.65 0.49 0.41
Hex 86 35 9B E 42 0 27 120 31 29
Octal 206 65 233 16 102 0 47 440 61 51
Binary 10000110 110101 10011011 1110 1000010 0 100111 100100000 110001 101001

Color Harmonies of #86359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86359B

Black with #86359B

Text Example


Text Example

White with #86359B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86359B; }

 p { color: rgb(134,53,155); }

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

background-color css

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

 a { background-color: rgb(134,53,155); }

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

border-color css

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

 span { border-color: rgb(134,53,155); }

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