Html Css Color HEX #863D8F Vivid Violet

📋 copy color: '#863D8F'

red 134 ◦ green 61 ◦ blue 143

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

Shades of Vivid Violet #863D8F

Tints of Vivid Violet #863D8F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.05%

 BLUE value IS 143 (56.25% from 255) = 42.31%

R = 39.64%
G = 18.05%
B = 42.31%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#863D8F (or 0x863D8F) is known color: Vivid Violet. HEX triplet: 86, 3D and 8F. RGB value is (134,61,143). Sum of RGB (Red+Green+Blue) = 134+61+143=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 143 - color contains mainly: blue. Hex color #863D8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863D8F is #79C270. Grayscale: #5B5B5B. Windows color (decimal): -7979633 or 9387398. OLE color: 9387398.

HSL color Cylindrical-coordinate representation of color #863D8F: hue angle of 293.41º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #863D8F is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 134 61 143 -
CMYK 0.06 0.57 0 0.44
HSL 293.41º 0.4% 0.4% -
HSV(B) 293.41º 0.57% 0.56% -
XYZ 16.46 10.39 27.12 -
YUV 92.18 156.68 157.83 -
System Red Green Blue C M Y K H S L
Decimal 134 61 143 0.06 0.57 0 0.44 293.41 0.4 0.4
Hex 86 3D 8F 6 39 0 2C 125 28 28
Octal 206 75 217 6 71 0 54 445 50 50
Binary 10000110 111101 10001111 110 111001 0 101100 100100101 101000 101000

Color Harmonies of #863D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863D8F

Black with #863D8F

Text Example


Text Example

White with #863D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,61,143); }

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

background-color css

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

 a { background-color: rgb(134,61,143); }

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

border-color css

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

 span { border-color: rgb(134,61,143); }

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