Html Css Color HEX #863A9D Vivid Violet

📋 copy color: '#863A9D'

red 134 ◦ green 58 ◦ blue 157

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

Shades of Vivid Violet #863A9D

Tints of Vivid Violet #863A9D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.62%

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

R = 38.4%
G = 16.62%
B = 44.99%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#863A9D (or 0x863A9D) is known color: Vivid Violet. HEX triplet: 86, 3A and 9D. RGB value is (134,58,157). Sum of RGB (Red+Green+Blue) = 134+58+157=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 157 - color contains mainly: blue. Hex color #863A9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863A9D is #79C562. Grayscale: #5B5B5B. Windows color (decimal): -7980387 or 10304134. OLE color: 10304134.

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

Color convert

RGB 134 58 157 -
CMYK 0.15 0.63 0 0.38
HSL 286.06º 0.46% 0.42% -
HSV(B) 286.06º 0.63% 0.62% -
XYZ 17.43 10.53 33.01 -
YUV 92.01 164.68 157.95 -
System Red Green Blue C M Y K H S L
Decimal 134 58 157 0.15 0.63 0 0.38 286.06 0.46 0.42
Hex 86 3A 9D F 3F 0 26 11E 2E 2A
Octal 206 72 235 17 77 0 46 436 56 52
Binary 10000110 111010 10011101 1111 111111 0 100110 100011110 101110 101010

Color Harmonies of #863A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863A9D

Black with #863A9D

Text Example


Text Example

White with #863A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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