Html Css Color HEX #863B95 Vivid Violet

📋 copy color: '#863B95'

red 134 ◦ green 59 ◦ blue 149

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

Shades of Vivid Violet #863B95

Tints of Vivid Violet #863B95

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.25%

 BLUE value IS 149 (58.59% from 255) = 43.57%

R = 39.18%
G = 17.25%
B = 43.57%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#863B95 (or 0x863B95) is known color: Vivid Violet. HEX triplet: 86, 3B and 95. RGB value is (134,59,149). Sum of RGB (Red+Green+Blue) = 134+59+149=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 59 (23.44% from 255 or 17.25% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 149 - color contains mainly: blue. Hex color #863B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863B95 is #79C46A. Grayscale: #5B5B5B. Windows color (decimal): -7980139 or 9780102. OLE color: 9780102.

HSL color Cylindrical-coordinate representation of color #863B95: hue angle of 290º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #863B95 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 59 149 -
CMYK 0.10 0.60 0 0.42
HSL 290º 0.43% 0.41% -
HSV(B) 290º 0.6% 0.58% -
XYZ 16.82 10.37 29.55 -
YUV 91.69 160.35 158.18 -
System Red Green Blue C M Y K H S L
Decimal 134 59 149 0.10 0.60 0 0.42 290 0.43 0.41
Hex 86 3B 95 A 3C 0 2A 122 2B 29
Octal 206 73 225 12 74 0 52 442 53 51
Binary 10000110 111011 10010101 1010 111100 0 101010 100100010 101011 101001

Color Harmonies of #863B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863B95

Black with #863B95

Text Example


Text Example

White with #863B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,59,149); }

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

background-color css

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

 a { background-color: rgb(134,59,149); }

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

border-color css

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

 span { border-color: rgb(134,59,149); }

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