Html Css Color HEX #863886 Vivid Violet

📋 copy color: '#863886'

red 134 ◦ green 56 ◦ blue 134

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

Shades of Vivid Violet #863886

Tints of Vivid Violet #863886

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.28%

 BLUE value IS 134 (52.73% from 255) = 41.36%

R = 41.36%
G = 17.28%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#863886 (or 0x863886) is known color: Vivid Violet. HEX triplet: 86, 38 and 86. RGB value is (134,56,134). Sum of RGB (Red+Green+Blue) = 134+56+134=324 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.36% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 134 (52.73% from 255 or 41.36% from 324); Max value from RGB is 134 - color contains mainly: red, blue. Hex color #863886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863886 is #79C779. Grayscale: #575757. Windows color (decimal): -7980922 or 8796294. OLE color: 8796294.

HSL color Cylindrical-coordinate representation of color #863886: hue angle of 300º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #863886 is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 56 134 -
CMYK 0 0.58 0 0.47
HSL 300º 0.41% 0.37% -
HSV(B) 300º 0.58% 0.53% -
XYZ 15.55 9.62 23.59 -
YUV 88.21 153.84 160.66 -
System Red Green Blue C M Y K H S L
Decimal 134 56 134 0 0.58 0 0.47 300 0.41 0.37
Hex 86 38 86 0 3A 0 2F 12C 29 25
Octal 206 70 206 0 72 0 57 454 51 45
Binary 10000110 111000 10000110 0 111010 0 101111 100101100 101001 100101

Color Harmonies of #863886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863886

Black with #863886

Text Example


Text Example

White with #863886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863886; }

 p { color: rgb(134,56,134); }

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

background-color css

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

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

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

border-color css

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

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

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