Html Css Color HEX #863983 Vivid Violet

📋 copy color: '#863983'

red 134 ◦ green 57 ◦ blue 131

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

Shades of Vivid Violet #863983

Tints of Vivid Violet #863983

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.7%

 BLUE value IS 131 (51.56% from 255) = 40.68%

R = 41.61%
G = 17.7%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#863983 (or 0x863983) is known color: Vivid Violet. HEX triplet: 86, 39 and 83. RGB value is (134,57,131). Sum of RGB (Red+Green+Blue) = 134+57+131=322 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.61% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 134 - color contains mainly: red. Hex color #863983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863983 is #79C67C. Grayscale: #585858. Windows color (decimal): -7980669 or 8599942. OLE color: 8599942.

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

Color convert

RGB 134 57 131 -
CMYK 0 0.57 0.02 0.47
HSL 302.34º 0.4% 0.37% -
HSV(B) 302.34º 0.57% 0.53% -
XYZ 15.39 9.63 22.52 -
YUV 88.46 152.01 160.48 -
System Red Green Blue C M Y K H S L
Decimal 134 57 131 0 0.57 0.02 0.47 302.34 0.4 0.37
Hex 86 39 83 0 39 2 2F 12E 28 25
Octal 206 71 203 0 71 2 57 456 50 45
Binary 10000110 111001 10000011 0 111001 10 101111 100101110 101000 100101

Color Harmonies of #863983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863983

Black with #863983

Text Example


Text Example

White with #863983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863983; }

 p { color: rgb(134,57,131); }

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

background-color css

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

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

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

border-color css

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

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

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