Html Css Color HEX #863F91 Vivid Violet

📋 copy color: '#863F91'

red 134 ◦ green 63 ◦ blue 145

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

Shades of Vivid Violet #863F91

Tints of Vivid Violet #863F91

RGB

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

 GREEN value IS 63 (25% from 255) = 18.42%

 BLUE value IS 145 (57.03% from 255) = 42.4%

R = 39.18%
G = 18.42%
B = 42.4%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#863F91 (or 0x863F91) is known color: Vivid Violet. HEX triplet: 86, 3F and 91. RGB value is (134,63,145). Sum of RGB (Red+Green+Blue) = 134+63+145=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 145 - color contains mainly: blue. Hex color #863F91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863F91 is #79C06E. Grayscale: #5D5D5D. Windows color (decimal): -7979119 or 9518982. OLE color: 9518982.

HSL color Cylindrical-coordinate representation of color #863F91: hue angle of 291.95º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #863F91 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 134 63 145 -
CMYK 0.08 0.57 0 0.43
HSL 291.95º 0.39% 0.41% -
HSV(B) 291.95º 0.57% 0.57% -
XYZ 16.72 10.67 27.97 -
YUV 93.58 157.02 156.83 -
System Red Green Blue C M Y K H S L
Decimal 134 63 145 0.08 0.57 0 0.43 291.95 0.39 0.41
Hex 86 3F 91 8 39 0 2B 124 27 29
Octal 206 77 221 10 71 0 53 444 47 51
Binary 10000110 111111 10010001 1000 111001 0 101011 100100100 100111 101001

Color Harmonies of #863F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863F91

Black with #863F91

Text Example


Text Example

White with #863F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863F91; }

 p { color: rgb(134,63,145); }

 H1.HeaderClassName
 {
   color: #863F91;
 }
 .AnyTagClassName
 {
   color: #863F91;
 }
</style>

background-color css

<style>
 a { background-color: #863F91; }

 a { background-color: rgb(134,63,145); }

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

border-color css

<style>
 span { border-color: #863F91; }

 span { border-color: rgb(134,63,145); }

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